Skip to content

Commit

Permalink
Remove enzyme; fixes ProjectMirador#3597
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Mar 29, 2023
1 parent 7c709bb commit 6461036
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@
"canvas": "^2.11.0",
"chalk": "^4.1.0",
"core-js": "^3.21.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.0",
"eslint": "^8.11.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-react-app": "^7.0.0",
Expand Down
3 changes: 0 additions & 3 deletions setupJest.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* eslint-disable import/no-extraneous-dependencies */
import fetchMock from 'jest-fetch-mock';
import Enzyme from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
import sizeMe from 'react-sizeme';
import i18next from 'i18next';
import { setupIntersectionMocking } from 'react-intersection-observer/test-utils';
Expand All @@ -27,7 +25,6 @@ function Path2D() {
}

global.Path2D = Path2D;
Enzyme.configure({ adapter: new Adapter() });

i18next.init({
lng: 'en',
Expand Down

0 comments on commit 6461036

Please sign in to comment.