Skip to content

Commit f4bd590

Browse files
chore: Update vitest to v4 (#116)
Co-authored-by: Raphael Coeffic <raphael.coeffic@frafos.com>
1 parent 74dd5e1 commit f4bd590

File tree

3 files changed

+1007
-766
lines changed

3 files changed

+1007
-766
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@
174174
"@types/wicg-file-system-access": "^2020.9.8",
175175
"@typescript-eslint/eslint-plugin": "^5.6.0",
176176
"@typescript-eslint/parser": "^5.6.0",
177-
"@vitejs/plugin-react": "^4.2.1",
178-
"@vitest/coverage-v8": "^1.4.0",
179-
"@vitest/ui": "^1.4.0",
180-
"@vitest/web-worker": "^1.4.0",
177+
"@vitejs/plugin-react": "^4.5.0",
178+
"@vitest/coverage-v8": "^4.0.18",
179+
"@vitest/ui": "^4.0.18",
180+
"@vitest/web-worker": "^4.0.18",
181181
"babel-loader": "^8.3.0",
182182
"clipboardy": "2.3.0",
183183
"confusing-browser-globals": "^1.0.11",
@@ -228,8 +228,8 @@
228228
"tsconfig-paths": "^3.15.0",
229229
"tsconfig-paths-webpack-plugin": "^4.1.0",
230230
"typescript": "4.9.5",
231-
"vite-tsconfig-paths": "^4.3.2",
232-
"vitest": "^1.4.0",
231+
"vite-tsconfig-paths": "^5.1.4",
232+
"vitest": "^4.0.18",
233233
"webpack": "^5.91.0",
234234
"webpack-bundle-analyzer": "^4.10.1",
235235
"webpack-cli": "^4.10.0",

vitest.config.mts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ export default defineConfig({
2323
],
2424
coverage: {
2525
reporter: ["lcov", "html", "text"],
26-
all: true,
2726
include: ["**/src/**/*.{ts,tsx}"],
2827
exclude: [
2928
"**/e2e/**",

0 commit comments

Comments
 (0)