test: add board and postgres safety net
This commit is contained in:
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user