mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
vitest adjustments
This commit is contained in:
parent
2851a5144f
commit
5c0d220276
@ -8,13 +8,13 @@ export default mergeConfig(
|
||||
test: {
|
||||
globals: true,
|
||||
environment: 'happy-dom',
|
||||
setupFiles: ['tests/mock.$t.ts', 'tests/plugin.vuetify.ts'],
|
||||
setupFiles: ['scripts/tests/mock.$t.ts', 'scripts/tests/plugin.vuetify.ts'],
|
||||
coverage: {
|
||||
all: true,
|
||||
include: ['src/**/*.{js,jsx,ts,tsx,vue}'],
|
||||
lines: 2,
|
||||
functions: 0,
|
||||
branches: 10,
|
||||
branches: 8,
|
||||
statements: 2,
|
||||
// 100: true,
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user