Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
fkhadra committed May 19, 2020
1 parent 4209f0b commit fbd75c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/utils/cssTransition.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ describe('cssTransition helper', () => {

const Child = () => <div>Plop</div>;
const { container, getByText } = render(
<Transition {...transitionProps} preventExitTransition>
<Transition {...transitionProps}>
<Child />
</Transition>
);
Expand All @@ -97,7 +97,7 @@ describe('cssTransition helper', () => {

const Child = () => <div>Plop</div>;
const { container, getByText } = render(
<Transition {...transitionProps} preventExitTransition>
<Transition {...transitionProps}>
<Child />
</Transition>
);
Expand Down

0 comments on commit fbd75c2

Please sign in to comment.