tests cannot connect to db
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 1m8s

This commit is contained in:
2025-11-23 09:10:12 -08:00
parent 8df3fd0291
commit 93f5481f94
3 changed files with 20 additions and 5 deletions

View File

@@ -11,7 +11,7 @@
"test": "vitest run",
"test:coverage": "npm run clean && npm run test:unit -- --coverage && npm run test:integration -- --coverage",
"test:unit": "vitest run -c vite.config.ts",
"test:integration": "npm run db:reset:test && vitest run -c vitest.config.integration.ts",
"test:integration": "vitest run -c vitest.config.integration.ts",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"clean": "rimraf coverage .coverage",
"start:dev": "tsx --env-file .env.test server.ts",