Skip to content

Commit

Permalink
try v8
Browse files Browse the repository at this point in the history
  • Loading branch information
amanmahajan7 committed Jun 7, 2023
1 parent 771fdd5 commit 958bf48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"@vitejs/plugin-react": "^4.0.0",
"@vitest/browser": "^0.32.0",
"@vitest/coverage-istanbul": "^0.32.0",
"@vitest/coverage-v8": "^0.32.0",
"babel-plugin-optimize-clsx": "^2.6.2",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default defineConfig({
root: '.',
globals: true,
coverage: {
provider: 'istanbul',
provider: 'v8',
enabled: isCI,
include: ['src/**/*.{ts,tsx}', '!src/types.ts'],
all: true,
Expand Down

0 comments on commit 958bf48

Please sign in to comment.