Skip to content

Commit

Permalink
chore(vitest): add *.test-d.ts to coverage.exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Jul 3, 2024
1 parent 9a4a97d commit 9b69d1d
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 @@ -9,7 +9,7 @@ export default defineConfig(({ mode }) => ({
globals: true,
coverage: {
thresholds: { 100: true },
exclude: ['*.config.ts', 'benchmarks/**'],
exclude: ['*.config.ts', 'benchmarks/**', '*.test-d.ts'],
},
},
resolve: {
Expand Down

0 comments on commit 9b69d1d

Please sign in to comment.