-
- Downloads
Merge branch 'rtl/remove-enzyme' into 'dev'
test(rtl): remove enzyme See merge request !1060
No related branches found
No related tags found
Showing
- package.json 0 additions, 4 deletionspackage.json
- src/components/EcogestureForm/EcogestureFormEquipment/EcogestureFormEquipment.spec.tsx 4 additions, 7 deletions.../EcogestureFormEquipment/EcogestureFormEquipment.spec.tsx
- src/locales/fr.json 1 addition, 1 deletionsrc/locales/fr.json
- tests/__mocks__/testUtils.ts 0 additions, 12 deletionstests/__mocks__/testUtils.ts
- tests/jestLib/setupTests.ts 0 additions, 4 deletionstests/jestLib/setupTests.ts
- yarn.lock 18 additions, 270 deletionsyarn.lock
... | @@ -91,8 +91,6 @@ | ... | @@ -91,8 +91,6 @@ |
"@testing-library/react-hooks": "^8.0.0", | "@testing-library/react-hooks": "^8.0.0", | ||
"@testing-library/user-event": "^14.5.1", | "@testing-library/user-event": "^14.5.1", | ||
"@types/d3": "^6.0.0", | "@types/d3": "^6.0.0", | ||
"@types/enzyme": "^3.10.8", | |||
"@types/enzyme-adapter-react-16": "^1.0.6", | |||
"@types/file-saver": "^2.0.5", | "@types/file-saver": "^2.0.5", | ||
"@types/history": "^5.0.0", | "@types/history": "^5.0.0", | ||
"@types/jest": "^29.4.0", | "@types/jest": "^29.4.0", | ||
... | @@ -113,8 +111,6 @@ | ... | @@ -113,8 +111,6 @@ |
"copy-webpack-plugin": "6.4.1", | "copy-webpack-plugin": "6.4.1", | ||
"cozy-app-publish": "^0.33.0", | "cozy-app-publish": "^0.33.0", | ||
"cozy-jobs-cli": "^2.0.0", | "cozy-jobs-cli": "^2.0.0", | ||
"enzyme": "3.11.0", | |||
"enzyme-adapter-react-16": "1.15.7", | |||
"eslint": "^8.49.0", | "eslint": "^8.49.0", | ||
"eslint-config-prettier": "^9.0.0", | "eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-jest": "^27.2.3", | "eslint-plugin-jest": "^27.2.3", | ||
... | ... |