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 4d02506 commit 7175158Copy full SHA for 7175158
client/modules/IDE/components/Editor.unit.test.jsx
@@ -3,13 +3,7 @@ import configureStore from 'redux-mock-store';
3
import thunk from 'redux-thunk';
4
import { act } from 'react-dom/test-utils';
5
import Editor from './Editor';
6
-import {
7
- reduxRender,
8
- fireEvent,
9
- screen,
10
- within,
11
- prettyDOM
12
-} from '../../../test-utils';
+import { reduxRender } from '../../../test-utils';
13
import { initialTestState } from '../../../testData/testReduxStore';
14
15
jest.mock('../../../i18n');
0 commit comments