chore: Fix types in tests 29/N.

This commit is contained in:
cpojer
2026-02-17 14:32:43 +09:00
parent 03e6acd051
commit ecf1c955a1
12 changed files with 67 additions and 35 deletions

View File

@@ -151,7 +151,7 @@ describe("resolveCronSession", () => {
updatedAt: Date.now() - 1000,
modelOverride: "some-model",
},
} as ReturnType<typeof loadSessionStore>);
} as unknown as ReturnType<typeof loadSessionStore>);
vi.mocked(evaluateSessionFreshness).mockReturnValue({ fresh: true });
const result = resolveCronSession({