more unit testing
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 1m13s

This commit is contained in:
2025-11-22 15:01:12 -08:00
parent d13a76d1cb
commit 559cabdb03
3 changed files with 6 additions and 6 deletions

View File

@@ -40,8 +40,8 @@ export default defineConfig({
],
coverage: {
provider: 'v8',
// Add 'json' for merging and output to a temporary directory
reporter: ['text', 'html', 'json'],
// We remove 'text' here. The final text report will be generated by `nyc` after merging.
reporter: ['html', 'json'],
reportsDirectory: './.coverage/unit',
clean: true,
include: ['src/**/*.{ts,tsx}'],