Skip to content

Commit 7175158

Browse files
committed
fix linting error
1 parent 4d02506 commit 7175158

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

client/modules/IDE/components/Editor.unit.test.jsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ import configureStore from 'redux-mock-store';
33
import thunk from 'redux-thunk';
44
import { act } from 'react-dom/test-utils';
55
import Editor from './Editor';
6-
import {
7-
reduxRender,
8-
fireEvent,
9-
screen,
10-
within,
11-
prettyDOM
12-
} from '../../../test-utils';
6+
import { reduxRender } from '../../../test-utils';
137
import { initialTestState } from '../../../testData/testReduxStore';
148

159
jest.mock('../../../i18n');

0 commit comments

Comments
 (0)