|
21 | 21 | "@testing-library/react": "^12.0.0",
|
22 | 22 | "babel-eslint": "^10.1.0",
|
23 | 23 | "babel-polyfill": "^6.26.0",
|
| 24 | + "chai": "^4.2.0", |
24 | 25 | "eslint": "^7.18.0",
|
25 | 26 | "eslint-config-airbnb-base": "^14.2.1",
|
26 | 27 | "eslint-config-binary": "^1.0.2",
|
27 | 28 | "eslint-config-prettier": "^7.2.0",
|
28 | 29 | "eslint-formatter-pretty": "^4.0.0",
|
29 | 30 | "eslint-import-resolver-webpack": "^0.13.0",
|
30 | 31 | "eslint-plugin-import": "^2.23.4",
|
| 32 | + "eslint-plugin-jest-dom": "^3.8.1", |
31 | 33 | "eslint-plugin-prettier": "^3.3.1",
|
32 | 34 | "eslint-plugin-react": "^7.22.0",
|
33 | 35 | "eslint-plugin-react-hooks": "^4.2.0",
|
| 36 | + "eslint-plugin-testing-library": "^4.2.0", |
34 | 37 | "husky": "^4.2.5",
|
35 | 38 | "jest": "^26.4.2",
|
36 | 39 | "lerna": "^3.22.0",
|
37 | 40 | "lint-staged": "^10.4.0",
|
| 41 | + "mocha": "^7.1.1", |
38 | 42 | "postcss": "^8.3.6",
|
39 | 43 | "prettier": "^2.1.2",
|
40 | 44 | "react-test-renderer": "^16.13.1",
|
|
84 | 88 | }
|
85 | 89 | },
|
86 | 90 | "dependencies": {
|
| 91 | + "@testing-library/jest-dom": "^5.12.0", |
| 92 | + "babel-jest": "^27.3.1", |
| 93 | + "dotenv": "^8.2.0", |
| 94 | + "jest-chain": "^1.1.5", |
| 95 | + "jest-extended": "^0.11.5", |
87 | 96 | "react": "^16.14.0",
|
88 |
| - "react-dom": "^16.14.0", |
89 |
| - "dotenv": "^8.2.0" |
| 97 | + "react-dom": "^16.14.0" |
90 | 98 | },
|
91 | 99 | "optionalDependencies": {
|
92 | 100 | "fsevents": "^2.3.2"
|
|
0 commit comments