Skip to content

Commit

Permalink
ignoring .spec files for cov
Browse files Browse the repository at this point in the history
  • Loading branch information
prayanshchh committed Nov 26, 2024
1 parent a694964 commit 55ec1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default defineConfig({
enabled: true,
provider: 'istanbul',
reportsDirectory: './coverage',
exclude: ['node_modules', 'dist'],
exclude: ['node_modules', 'dist', '**/*.spec.{js,jsx,ts,tsx}'],
reporter: ['text', 'html', 'text-summary', 'lcov'],
},
},
Expand Down

0 comments on commit 55ec1cc

Please sign in to comment.