testing admin routes
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 30s

This commit is contained in:
2025-11-28 17:53:27 -08:00
parent a7fe9e085b
commit d0ca6db7a4
5 changed files with 18 additions and 6 deletions

View File

@@ -8,8 +8,8 @@
"start": "npm run start:prod",
"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 --includeTaskLocation --testTimeout=20000 || npm run test:integration -- --coverage --includeTaskLocation --testTimeout=20000",
"test": "node --max-old-space-size=8192 ./node_modules/vitest/vitest.mjs run",
"test:coverage": "npm run clean; npm run test:unit -- --coverage --verbose --includeTaskLocation --testTimeout=20000; npm run test:integration -- --coverage --verbose --includeTaskLocation --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",