initial commit
This commit is contained in:
19
vitest.config.local.ts
Normal file
19
vitest.config.local.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
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