testing admin routes
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 24s
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 24s
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user