We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 108587a + 8ec42a1 commit 2cbdbf8Copy full SHA for 2cbdbf8
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