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