test: add board and postgres safety net

This commit is contained in:
2026-08-14 12:57:06 +02:00
parent ff5e5dc63e
commit 9a4da41b49
11 changed files with 445 additions and 91 deletions
+2 -1
View File
@@ -10,7 +10,8 @@
"build": "tsc -b && vite build",
"start": "NODE_ENV=production tsx server/index.ts",
"migrate:up": "tsx server/migrate.ts",
"test": "vitest run"
"test": "vitest run --exclude '**/*.integration.test.ts'",
"test:integration": "TEST_DATABASE_URL=${TEST_DATABASE_URL:-postgres://osint:osint_secret@localhost:5433/osint_dev} vitest run server/*.integration.test.ts"
},
"dependencies": {
"cors": "2.8.5",