Skip to content

Commit

Permalink
chore: remove enzyme since it isn't in use (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen authored Jan 15, 2025
1 parent 2f9cefa commit a3e54a5
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 995 deletions.
5 changes: 0 additions & 5 deletions config/testSetup.js

This file was deleted.

1 change: 0 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module.exports = {
transformIgnorePatterns: [
'node_modules/(?!(lodash-es|@dhis2/d2-ui-[a-z-]+)/)',
],
setupFilesAfterEnv: ['./config/testSetup.js'],
moduleNameMapper: {
'\\.(css)$': 'identity-obj-proxy',
},
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@
"@testing-library/react": "^12.1.4",
"cypress": "^13.10.0",
"cypress-tags": "^1.2.2",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.8",
"eslint-plugin-cypress": "^2.12.1",
"identity-obj-proxy": "^3.0.0",
"jest-enzyme": "^7.1.2",
"redux-mock-store": "^1.5.4",
"semantic-release": "^20",
"start-server-and-test": "^1.14.0",
Expand Down
Loading

0 comments on commit a3e54a5

Please sign in to comment.