Skip to content

Commit

Permalink
refactor: to use istanbul coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
tdeekens committed Nov 27, 2024
1 parent fd5ac04 commit c559dc5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 153 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"@tsconfig/node18": "18.2.4",
"@types/node": "20.16.13",
"@types/semver": "7.5.8",
"@vitest/coverage-v8": "2.1.5",
"check-node-version": "4.2.1",
"cross-env": "7.0.3",
"husky": "9.0.11",
Expand Down
152 changes: 0 additions & 152 deletions pnpm-lock.yaml

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

5 changes: 5 additions & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@ export default defineConfig({
test: {
globals: true,
include: ['packages/**/*.spec.ts', 'packages/**/*.spec.js'],
test: {
coverage: {
provider: 'istanbul',
},
},
},
});

0 comments on commit c559dc5

Please sign in to comment.