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