This commit is contained in:
Henry Jameson 2026-08-01 20:55:20 +03:00
commit 160b8838f3

View file

@ -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: {