|
39 | 39 | "download-language-names": "node scripts/download-language-names.js", |
40 | 40 | "change-password": "node scripts/change-password.js", |
41 | 41 | "postbuild": "node scripts/postbuild.js", |
42 | | - "test": "jest", |
| 42 | + "test": "vitest run", |
| 43 | + "test:watch": "vitest", |
43 | 44 | "cypress-open": "cypress open cypress run", |
44 | 45 | "cypress-run": "cypress run cypress run", |
45 | 46 | "seed-data": "tsx scripts/seed-data.ts", |
|
126 | 127 | "@rollup/plugin-replace": "^5.0.2", |
127 | 128 | "@rollup/plugin-terser": "^0.4.4", |
128 | 129 | "@rollup/plugin-typescript": "^12.3.0", |
129 | | - "@types/jest": "^30.0.0", |
| 130 | + "@testing-library/jest-dom": "^6.9.1", |
| 131 | + "@testing-library/react": "^16.3.2", |
| 132 | + "@testing-library/user-event": "^14.6.1", |
130 | 133 | "@types/node": "^24.12.0", |
131 | 134 | "@types/react": "^19.2.14", |
132 | 135 | "@types/react-dom": "^19.2.2", |
133 | 136 | "babel-plugin-react-compiler": "19.1.0-rc.2", |
134 | 137 | "cross-env": "^10.1.0", |
135 | 138 | "cypress": "^13.6.6", |
136 | 139 | "dotenv-cli": "^11.0.0", |
137 | | - "jest": "^29.7.0", |
| 140 | + "jsdom": "^29.1.1", |
138 | 141 | "postcss": "^8.5.10", |
139 | 142 | "postcss-flexbugs-fixes": "^5.0.2", |
140 | 143 | "postcss-import": "^15.1.0", |
|
148 | 151 | "rollup-plugin-peer-deps-external": "^2.2.4", |
149 | 152 | "rollup-plugin-postcss": "^4.0.2", |
150 | 153 | "tar": "^7.5.13", |
151 | | - "ts-jest": "^29.4.6", |
152 | 154 | "ts-morph": "^27.0.2", |
153 | 155 | "ts-node": "^10.9.1", |
154 | 156 | "tsup": "^8.5.0", |
155 | 157 | "tsx": "^4.19.0", |
156 | | - "typescript": "^5.9.3" |
| 158 | + "typescript": "^5.9.3", |
| 159 | + "vitest": "^4.1.6" |
157 | 160 | } |
158 | 161 | } |
0 commit comments