There was an error while loading. Please reload this page.
1 parent f5aca0c commit 9efff51Copy full SHA for 9efff51
1 file changed
vitest.config.mjs
@@ -7,6 +7,7 @@ export default defineConfig({
7
coverage: {
8
all: true,
9
include: ['src/**'],
10
+ exclude: ['**/__tests__/**'],
11
provider: 'v8',
12
reporter: ['text', 'lcov'],
13
},
0 commit comments