chore(nx): merge vitest configs

This commit is contained in:
Elian Doran
2025-04-28 10:43:18 +03:00
parent 05a61ebd29
commit 5029bfe3fe
6 changed files with 2 additions and 62 deletions

View File

@@ -14,6 +14,7 @@ export default defineConfig(() => ({
coverage: {
reportsDirectory: './test-output/vitest/coverage',
provider: 'v8' as const,
reporter: [ "text", "html" ]
}
},
}));