mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-14 22:09:29 +02:00
chore: add excludes
This commit is contained in:
@@ -20,6 +20,7 @@ export default defineConfig({
|
||||
provider: 'istanbul',
|
||||
reporter: ['text', 'json', 'html', 'lcov'],
|
||||
reportsDirectory: './coverage/vitest',
|
||||
exclude: ['**/node_modules/**', '**/tests/**', '**/__mocks__/**'],
|
||||
},
|
||||
},
|
||||
build: {
|
||||
|
Reference in New Issue
Block a user