Fix unit test coverage

This commit is contained in:
Sidharth Vinod
2022-09-22 15:45:44 +05:30
parent d6245fdbda
commit 1c4eeb2d53
2 changed files with 3 additions and 38 deletions

View File

@@ -10,5 +10,8 @@ export default defineConfig({
environment: 'jsdom',
globals: true,
setupFiles: ['src/tests/setup.ts'],
coverage: {
reporter: ['text', 'json', 'html', 'lcov'],
},
},
});