We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6545ee3 commit 1597181Copy full SHA for 1597181
vitest.config.ts
@@ -0,0 +1,11 @@
1
+import { defineConfig } from 'vitest/config';
2
+
3
+export default defineConfig({
4
+ test: {
5
+ coverage: {
6
+ include: ['src'],
7
+ },
8
+ include: ['test/**'],
9
+ exclude: ['test/testutils.ts'],
10
11
+});
0 commit comments