We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e812648 + 8ec42a1 commit 521954cCopy full SHA for 521954c
1 file changed
vitest.config.ts
@@ -3,5 +3,9 @@ import { defineConfig } from 'vitest/config';
3
export default defineConfig({
4
test: {
5
globalSetup: ['./tests/globalSetup.ts'],
6
+ coverage: {
7
+ include: ['src/**/*.ts'],
8
+ exclude: ['src/types.ts'],
9
+ },
10
}
11
});
0 commit comments