added test coverage tool
This commit is contained in:
@@ -9,7 +9,10 @@ import path from 'path'
|
||||
export default defineConfig({
|
||||
test: {
|
||||
environment: 'jsdom',
|
||||
globals: true
|
||||
globals: true,
|
||||
coverage: {
|
||||
provider: 'istanbul'
|
||||
}
|
||||
},
|
||||
plugins: [vue(), VitePWA({
|
||||
registerType: 'autoUpdate',
|
||||
@@ -31,4 +34,4 @@ export default defineConfig({
|
||||
"@": path.resolve(__dirname, "./src"),
|
||||
},
|
||||
},
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user