Skip to content

Commit 2cbdbf8

Browse files
committed
Merge branch 'main' into tsdown
2 parents 108587a + 8ec42a1 commit 2cbdbf8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

vitest.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@ import { defineConfig } from 'vitest/config';
33
export default defineConfig({
44
test: {
55
globalSetup: ['./tests/globalSetup.ts'],
6+
coverage: {
7+
include: ['src/**/*.ts'],
8+
exclude: ['src/types.ts'],
9+
},
610
}
711
});

0 commit comments

Comments
 (0)