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 cde2803 commit 26291b6Copy full SHA for 26291b6
package.json
@@ -6,13 +6,17 @@
6
"@testing-library/jest-dom": "^4.2.4",
7
"@testing-library/react": "^9.3.2",
8
"@testing-library/user-event": "^7.1.2",
9
- "@types/jest": "^24.0.0",
+ "@types/enzyme": "^3.10.4",
10
+ "@types/enzyme-adapter-react-16": "^1.0.5",
11
+ "@types/jest": "^24.9.0",
12
"@types/node": "^12.0.0",
13
"@types/react": "^16.9.0",
14
"@types/react-dom": "^16.9.0",
15
"@types/react-router-dom": "^5.1.3",
16
"@typescript-eslint/eslint-plugin": "^2.16.0",
17
"@typescript-eslint/parser": "^2.16.0",
18
+ "enzyme": "^3.11.0",
19
+ "enzyme-adapter-react-16": "^1.15.2",
20
"eslint": "^6.8.0",
21
"eslint-config-airbnb-typescript": "^6.3.1",
22
"eslint-config-prettier": "^6.9.0",
0 commit comments