Skip to content

Commit 15397b0

Browse files
committed
migration
1 parent be1c737 commit 15397b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front/src/hoc/withEnterAnimation/__tests__/withEnterAnimation.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import withEnterAnimation from '../withEnterAnimation';
66
describe('withEnterAnimation HOC', () => {
77
it('renders as expected', () => {
88
const DummyComponent = () => <p>component</p>;
9-
9+
// @ts-ignore
1010
const component = shallow(withEnterAnimation()(DummyComponent));
1111
expect(component).toMatchSnapshot();
1212
});

0 commit comments

Comments
 (0)