Skip to content

Commit

Permalink
Vitest upgrade changes coverage plugin from "-c8" to "-v8"
Browse files Browse the repository at this point in the history
ianroberts committed Jan 21, 2024
1 parent a71d6ae commit 9c0491e
Showing 2 changed files with 30 additions and 196 deletions.
224 changes: 29 additions & 195 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@
},
"devDependencies": {
"@testing-library/vue": "^5.9.0",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/coverage-v8": "^0.34.6",
"@vue/test-utils": "^1.3.6",
"cypress": "^12.17.4",
"esbuild": "^0.19.11",

0 comments on commit 9c0491e

Please sign in to comment.