Skip to content

Commit c2b5e88

Browse files
committed
removed react-testing-library import statement - that was causing an error
1 parent 7772f9d commit c2b5e88

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/containers/LeftPanel/__tests__/hooksLeftPanel.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { GlobalContext } from '../../../context/globalReducer';
66
import { TestFileModalContext } from '../../../context/testFileModalReducer';
77
import { HooksTestCaseContext } from '../../../context/hooksTestCaseReducer';
88

9-
import '@testing-library/jest-dom/extend-expect';
109
import { mount } from 'enzyme';
1110
import { configure } from 'enzyme';
1211
import Adapter from 'enzyme-adapter-react-16';

src/containers/LeftPanel/__tests__/testFileModal.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { ReduxTestCaseContext } from '../../../context/reduxTestCaseReducer';
88
import { TestCaseContext } from '../../../context/testCaseReducer';
99
import { EndpointTestCaseContext } from '../../../context/endpointTestCaseReducer';
1010

11-
import '@testing-library/jest-dom/extend-expect';
1211
import { mount } from 'enzyme';
1312
import { configure } from 'enzyme';
1413
import Adapter from 'enzyme-adapter-react-16';

0 commit comments

Comments
 (0)