Skip to content

Commit c028c3b

Browse files
committed
Remove unused imports in test
1 parent a97a904 commit c028c3b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/index.test.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
import React from 'react';
2-
import ReactDOM from 'react-dom';
3-
import ReactTestUtils from 'react-dom/test-utils';
4-
import renderer from 'react-test-renderer';
52
import Enzyme, { mount, shallow } from 'enzyme';
63
import Adapter from 'enzyme-adapter-react-16';
74
import throttle from 'lodash.throttle';

0 commit comments

Comments
 (0)