Skip to content

Commit 666d3a0

Browse files
authored
Switch to istanbul for code coverage (#57)
1 parent 3f0109a commit 666d3a0

File tree

3 files changed

+458
-157
lines changed

3 files changed

+458
-157
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@release-it-plugins/lerna-changelog": "6.0.0",
7373
"@types/node": "18.15.5",
7474
"@vitejs/plugin-vue": "4.1.0",
75-
"@vitest/coverage-c8": "0.29.7",
75+
"@vitest/coverage-istanbul": "^0.34.1",
7676
"@vue/compiler-sfc": "3.2.47",
7777
"dotenv-cli": "7.1.0",
7878
"eslint": "8.36.0",
@@ -84,7 +84,7 @@
8484
"tsup": "7.2.0",
8585
"typescript": "5.0.2",
8686
"vite": "4.2.1",
87-
"vitest": "0.29.7",
87+
"vitest": "0.34.1",
8888
"vue": "3.2.47",
8989
"vue-loader": "17.0.1",
9090
"webpack": "5.76.2"

0 commit comments

Comments
 (0)