i hate vitest now
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Has been cancelled

This commit is contained in:
2025-11-27 16:36:01 -08:00
parent 885a3daf39
commit 761866ade2
2 changed files with 1 additions and 43 deletions

View File

@@ -9,7 +9,7 @@
"build": "vite build",
"preview": "vite preview",
"test": "node --max-old-space-size=8192 ./node_modules/vitest/vitest.mjs run",
"test:coverage": "npm run clean && npm run test:unit -- --coverage --reporter=verbose --reporter=hanging-process && npm run test:integration -- --coverage --reporter=verbose --reporter=hanging-process",
"test:coverage": "npm run clean && npm run test:unit -- --coverage --reporter=verbose --reporter=hanging-process --testTimeout=20000 && npm run test:integration -- --coverage --reporter=verbose --reporter=hanging-process --testTimeout=20000",
"test:unit": "node --max-old-space-size=8192 ./node_modules/vitest/vitest.mjs run -c vite.config.ts",
"test:integration": "node --max-old-space-size=8192 ./node_modules/vitest/vitest.mjs run -c vitest.config.integration.ts",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",