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

This commit is contained in:
2025-11-28 18:00:42 -08:00
parent d0ca6db7a4
commit 7701d2a580

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 --verbose --includeTaskLocation --testTimeout=20000; npm run test:integration -- --coverage --verbose --includeTaskLocation --testTimeout=20000",
"test:coverage": "npm run clean; npm run test:unit -- --coverage --reporter=verbose --includeTaskLocation --testTimeout=20000; npm run test:integration -- --coverage --reporter=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",