diff options
Diffstat (limited to 'pkgs/server/vitest.config.ts')
| -rw-r--r-- | pkgs/server/vitest.config.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/server/vitest.config.ts b/pkgs/server/vitest.config.ts index 076c92f..af9649f 100644 --- a/pkgs/server/vitest.config.ts +++ b/pkgs/server/vitest.config.ts @@ -3,5 +3,8 @@ import { defineConfig } from "vitest/config"; export default defineConfig({ test: { globals: true, + env: { + JWT_SECRET: "test-secret-key", + }, }, }); |
