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