We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1c737 commit 15397b0Copy full SHA for 15397b0
front/src/hoc/withEnterAnimation/__tests__/withEnterAnimation.test.tsx
@@ -6,7 +6,7 @@ import withEnterAnimation from '../withEnterAnimation';
6
describe('withEnterAnimation HOC', () => {
7
it('renders as expected', () => {
8
const DummyComponent = () => <p>component</p>;
9
-
+ // @ts-ignore
10
const component = shallow(withEnterAnimation()(DummyComponent));
11
expect(component).toMatchSnapshot();
12
});
0 commit comments