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 2cafda6 commit b8c008bCopy full SHA for b8c008b
config/testSetup.js
jest.config.js
@@ -2,7 +2,6 @@ module.exports = {
2
transformIgnorePatterns: [
3
'node_modules/(?!(lodash-es|@dhis2/d2-ui-[a-z-]+)/)',
4
],
5
- setupFilesAfterEnv: ['./config/testSetup.js'],
6
moduleNameMapper: {
7
'\\.(css)$': 'identity-obj-proxy',
8
},
package.json
@@ -29,11 +29,8 @@
29
"@testing-library/react": "^12.1.4",
30
"cypress": "^13.10.0",
31
"cypress-tags": "^1.2.2",
32
- "enzyme": "^3.11.0",
33
- "enzyme-adapter-react-16": "^1.15.8",
34
"eslint-plugin-cypress": "^2.12.1",
35
"identity-obj-proxy": "^3.0.0",
36
- "jest-enzyme": "^7.1.2",
37
"redux-mock-store": "^1.5.4",
38
"semantic-release": "^20",
39
"start-server-and-test": "^1.14.0",
0 commit comments