brand new unit tests finally
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 2m11s

This commit is contained in:
2025-11-27 22:42:24 -08:00
parent 53aa53a75f
commit dc3ff571e0
3 changed files with 4 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ export default defineConfig({
reporter: ['html', 'json'],
reportsDirectory: './.coverage/unit',
clean: true,
reportOnFailure: true, // This ensures the report generates even if tests fail
include: ['src/**/*.{ts,tsx}'],
// Refine exclusions to be more comprehensive
exclude: [