|
21 | 21 | "@changesets/cli": "2.27.1", |
22 | 22 | "@commitlint/cli": "19.2.2", |
23 | 23 | "@commitlint/config-conventional": "19.2.2", |
24 | | - "@jest/globals": "29.7.0", |
25 | 24 | "@scaleway/eslint-config-react": "workspace:*", |
26 | 25 | "@scaleway/tsconfig": "workspace:*", |
27 | 26 | "@testing-library/jest-dom": "6.4.2", |
28 | 27 | "@testing-library/react": "15.0.2", |
29 | 28 | "@types/jest": "29.5.12", |
30 | 29 | "@types/node": "20.12.7", |
31 | | - "@types/react-dom": "18.2.25", |
32 | 30 | "@types/react": "18.2.79", |
| 31 | + "@types/react-dom": "18.2.25", |
33 | 32 | "@vitejs/plugin-react": "4.2.1", |
| 33 | + "@vitest/coverage-istanbul": "^1.5.1", |
34 | 34 | "browserslist": "4.23.0", |
35 | 35 | "builtin-modules": "3.3.0", |
36 | 36 | "cross-env": "7.0.3", |
37 | 37 | "esbuild-plugin-browserslist": "0.11.1", |
38 | 38 | "eslint": "8.57.0", |
| 39 | + "happy-dom": "^14.7.1", |
39 | 40 | "husky": "9.0.11", |
40 | | - "jest-environment-jsdom": "29.7.0", |
41 | | - "jest-junit": "16.0.0", |
42 | | - "jest-localstorage-mock": "2.4.26", |
43 | | - "jest": "29.7.0", |
44 | 41 | "lint-staged": "15.2.2", |
45 | 42 | "mockdate": "3.0.5", |
46 | 43 | "prettier": "3.2.5", |
47 | 44 | "read-pkg": "9.0.1", |
48 | 45 | "tstyche": "1.1.0 ", |
49 | 46 | "typescript": "5.4.5", |
50 | 47 | "vite": "5.2.10", |
| 48 | + "vitest": "1.5.0", |
| 49 | + "vitest-localstorage-mock": "0.1.2", |
51 | 50 | "wait-for-expect": "3.0.2" |
52 | 51 | }, |
53 | 52 | "scripts": { |
|
56 | 55 | "build": "pnpm recursive run build", |
57 | 56 | "commit": "npx git-cz -a", |
58 | 57 | "format": "prettier --write '**/*.{ts,tsx,js,json,md,mdx}'", |
59 | | - "test": "TZ=UTC jest", |
60 | | - "test:watch": "pnpm run test --watch", |
| 58 | + "test": "pnpm recursive run test:unit", |
61 | 59 | "test:coverage": "pnpm run test --coverage", |
62 | 60 | "test:types": "tstyche", |
63 | 61 | "release": "pnpm build && pnpm changeset publish", |
|
0 commit comments