Attempt to fix Docker again

This commit is contained in:
viktorstrate
2022-07-08 17:56:52 +02:00
parent 831e24f654
commit 0a73484474
2 changed files with 5 additions and 2 deletions

View File

@@ -18,5 +18,8 @@ export default defineConfig({
globals: true,
environment: 'jsdom',
setupFiles: './testing/setupTests.ts',
coverage: {
reporter: ['text', 'json', 'html'],
},
},
})