more unit testing
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 4m26s

This commit is contained in:
2025-11-22 15:08:18 -08:00
parent 559cabdb03
commit 0b6d89304b
2 changed files with 8 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
"build": "vite build",
"preview": "vite preview",
"clean": "rimraf coverage .coverage",
"test:coverage": "npm run clean && npm run test && npm run test:integration && nyc merge .coverage .coverage/coverage.json && nyc report --reporter=html --reporter=text",
"test:coverage": "npm run clean && npm run test && npm run test:integration && nyc merge .coverage .coverage/coverage.json && nyc report --reporter=html --reporter=text --temp-dir .coverage",
"test": "vitest run --coverage",
"test:integration": "vitest run --coverage -c vitest.config.integration.ts",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",