mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
proper coverage check
This commit is contained in:
parent
1dcf26a1cc
commit
5c28726813
@ -9,6 +9,15 @@ export default mergeConfig(
|
||||
globals: true,
|
||||
environment: 'happy-dom',
|
||||
setupFiles: ['tests/mock.$t.ts', 'tests/plugin.vuetify.ts'],
|
||||
coverage: {
|
||||
all: true,
|
||||
include: ['src/**/*.{js,jsx,ts,tsx,vue}'],
|
||||
lines: 5.81,
|
||||
functions: 0,
|
||||
branches: 11.11,
|
||||
statements: 5.81,
|
||||
// 100: true,
|
||||
},
|
||||
},
|
||||
}),
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user