Skip to content

Commit

Permalink
Fixes liferay#1829 - SF
Browse files Browse the repository at this point in the history
  • Loading branch information
matuzalemsteles committed May 10, 2019
1 parent 4da7c6b commit 590f3e9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/clay-modal/src/__tests__/ClayModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,7 @@ describe('ClayModal', () => {

it('should renders with visible `true`', () => {
const testRenderer = TestRenderer.create(
<ClayModal
onClose={() => {}}
spritemap={spritemap}
visible
/>
<ClayModal onClose={() => {}} spritemap={spritemap} visible />
);

expect(testRenderer.toJSON()).toMatchSnapshot();
Expand Down

0 comments on commit 590f3e9

Please sign in to comment.