chore: add excludes

This commit is contained in:
Sidharth Vinod
2023-06-17 16:52:03 +05:30
parent 6c96650043
commit 299b423e6b
2 changed files with 2 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ export default defineConfig({
provider: 'istanbul',
reporter: ['text', 'json', 'html', 'lcov'],
reportsDirectory: './coverage/vitest',
exclude: ['**/node_modules/**', '**/tests/**', '**/__mocks__/**'],
},
},
build: {