more nessa prep
This commit is contained in:
@@ -43,7 +43,6 @@ mock.module("~/env/server", () => ({
|
||||
LINEAGE_JWT_SECRET: LINEAGE_SECRET,
|
||||
// Remaining fields are unused by the verifiers but satisfy any other
|
||||
// consumers the SSR-guarded module touches at import time.
|
||||
NESSA_JWT_SECRET: "nessa-test-secret",
|
||||
TURSO_DB_URL: "libsql://test.turso.io",
|
||||
TURSO_DB_TOKEN: "test-token",
|
||||
TURSO_LINEAGE_URL: "libsql://lineage-test.turso.io",
|
||||
|
||||
@@ -15,7 +15,6 @@ import type { Client } from "@libsql/client/web";
|
||||
// Prevent the env/server.ts client-side guard from throwing during tests
|
||||
mock.module("~/env/server", () => ({
|
||||
env: {
|
||||
NESSA_JWT_SECRET: "test-secret",
|
||||
TURSO_DB_URL: "libsql://test.turso.io",
|
||||
TURSO_DB_TOKEN: "test-token",
|
||||
NESSA_DB_URL: "libsql://nessa-test.turso.io",
|
||||
|
||||
Reference in New Issue
Block a user