We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9289750 commit b4e6444Copy full SHA for b4e6444
vitest.config.ts
@@ -39,6 +39,7 @@ export default defineConfig({
39
reporter: coverageReporters,
40
exclude: [
41
'**/__mocks__',
42
+ '**/__tests__',
43
'**/build/**',
44
'**/dist',
45
'**/src/**/samples/**',
0 commit comments