initial commit
This commit is contained in:
15
vitest.config.local.ts
Normal file
15
vitest.config.local.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { defineVitestConfig } from '@nuxt/test-utils/config';
|
||||
|
||||
export default defineVitestConfig({
|
||||
test: {
|
||||
environment: 'nuxt',
|
||||
exclude: ['**/.direnv/**', '**/.devenv/**', '**/node_modules/**'],
|
||||
coverage: {
|
||||
provider: 'v8',
|
||||
enabled: true,
|
||||
reporter: ['html'],
|
||||
},
|
||||
watch: true,
|
||||
ui: true,
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user