Skip to content

Commit

Permalink
test: fix vitest provider, c8 -> v8
Browse files Browse the repository at this point in the history
  • Loading branch information
fratzinger committed Sep 22, 2023
1 parent 4497976 commit f6e9c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default defineConfig({
test: {
globals: true,
coverage: {
provider: 'c8',
provider: 'v8',
reporter: ['text', 'lcov'],
include: ['src/**/*.{js,ts}'],
exclude: ['**/*.test.{js,ts}', 'src/types.ts'],
Expand Down

0 comments on commit f6e9c06

Please sign in to comment.