final touches for beta skymoney (at least i think)
This commit is contained in:
@@ -8,7 +8,12 @@ export default defineConfig({
|
||||
pool: "threads",
|
||||
poolOptions: { threads: { singleThread: true } },
|
||||
testTimeout: 30_000,
|
||||
env: { NODE_ENV: "test" },
|
||||
env: {
|
||||
NODE_ENV: "test",
|
||||
AUTH_DISABLED: "1",
|
||||
DATABASE_URL: "postgres://app:app@127.0.0.1:5432/skymoney",
|
||||
SEED_DEFAULT_BUDGET: "1"
|
||||
},
|
||||
setupFiles: ['tests/setup.ts'],
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user