We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33715ee commit 819331eCopy full SHA for 819331e
1 file changed
vitest.config.ts
@@ -14,7 +14,7 @@ export default defineConfig({
14
provider: 'v8',
15
reporter: ['text', 'json', 'json-summary', 'html'],
16
include: ['helpers/**/*.ts'],
17
- exclude: ['helpers/**/*.{test,spec}.ts', 'helpers/**/index.ts'],
+ exclude: ['helpers/**/*.{test,spec}.ts', 'helpers/**/*.bench.ts', 'helpers/**/index.ts'],
18
// Target: 100% coverage
19
// Current thresholds are set to warn but not fail
20
// Remove these comments and set all to 100 when ready
0 commit comments