That should do

This commit is contained in:
Space-Banane
2026-03-20 17:02:34 +01:00
parent 0be63e5287
commit 7b86fec717
5 changed files with 176 additions and 12 deletions
+2 -1
View File
@@ -4,9 +4,10 @@ export default defineConfig({
test: {
globals: true,
environment: 'node',
exclude: ['**/node_modules/**', '**/dist/**', '**/cypress/**', '**/.{idea,git,cache,output,temp}/**'],
coverage: {
provider: 'v8',
reporter: ['text', 'json', 'html'],
},
}
},
});