|
9 | 9 | "pretest": "tsc --project tsconfig.json", |
10 | 10 | "test": "yarn test:all", |
11 | 11 | "test:all": "yarn test:legacy && yarn test:modern", |
12 | | - "test:legacy": "BABEL_CONFIG_PATH=./babel.config.legacy.js npx jest", |
13 | | - "test:modern": "npx jest", |
14 | | - "test-coverage": "npx jest --coverage" |
| 12 | + "test:legacy": "BABEL_CONFIG_PATH=./babel.config.legacy.js npx jest --colors", |
| 13 | + "test:modern": "npx jest --colors", |
| 14 | + "test-coverage": "npx jest --coverage --colors" |
15 | 15 | }, |
16 | 16 | "main": "dist/src/index.js", |
17 | 17 | "directories": { |
|
41 | 41 | "@stylistic/eslint-plugin": "^1.7.0", |
42 | 42 | "@testing-library/react": "14.x.x", |
43 | 43 | "@types/hoist-non-react-statics": "^3.3.1", |
44 | | - "@types/jest": "^29.5.14", |
| 44 | + "@types/jest": "^30.0.0", |
45 | 45 | "@types/jest-when": "^3.5.5", |
46 | 46 | "@types/lodash": "^4.14.176", |
47 | 47 | "@types/react": "18.3.x", |
|
59 | 59 | "eslint-plugin-react": "^7.26.1", |
60 | 60 | "eslint-plugin-react-hooks": "^4.2.0", |
61 | 61 | "eslint-plugin-unused-imports": "^4.1.4", |
62 | | - "jest": "29.7.x", |
63 | | - "jest-environment-jsdom": "^29.7.0", |
| 62 | + "jest": "30.2.0", |
| 63 | + "jest-environment-jsdom": "30.2.0", |
64 | 64 | "jest-extended": "^4.0.2", |
65 | 65 | "jest-mock-extended": "^3.0.7", |
66 | 66 | "jest-when": "^3.7.0", |
|
0 commit comments