测试环境补充 JWT_SECRET 避免登录注册用例在 CI 失败

This commit is contained in:
2026-03-03 16:19:51 +08:00
parent b117a3694d
commit 303e32f599
+1
View File
@@ -8,6 +8,7 @@ const shared = {
env: { env: {
AMAP_API_KEY: "test-amap-key", AMAP_API_KEY: "test-amap-key",
DEEPSEEK_API_KEY: "test-deepseek-key", DEEPSEEK_API_KEY: "test-deepseek-key",
JWT_SECRET: "test-jwt-secret",
}, },
} as const; } as const;