more nessa prep

This commit is contained in:
2026-07-23 08:43:40 -04:00
parent 0385090f32
commit 72d1cfaf3f
10 changed files with 66 additions and 12 deletions

View File

@@ -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",

View File

@@ -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",