tests cannot connect to db
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 1m8s
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 1m8s
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user