lint
This commit is contained in:
parent
3e6ac58e55
commit
160b8838f3
1 changed files with 1 additions and 4 deletions
|
|
@ -244,10 +244,7 @@ export default defineConfig(async ({ mode, command }) => {
|
|||
coverage: {
|
||||
provider: 'v8',
|
||||
all: true,
|
||||
reporter: [
|
||||
'text-summary',
|
||||
['lcov', { subdir: './src' }],
|
||||
],
|
||||
reporter: ['text-summary', ['lcov', { subdir: './src' }]],
|
||||
exclude: ['**/*.style.js', 'public/**', '**/*.scss'],
|
||||
},
|
||||
browser: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue