mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 08:42:43 +00:00
chore: Fix types in tests 40/N.
This commit is contained in:
@@ -18,7 +18,7 @@ describe("CronService", () => {
|
||||
const store = await makeStorePath();
|
||||
const enqueueSystemEvent = vi.fn();
|
||||
const requestHeartbeatNow = vi.fn();
|
||||
const runIsolatedAgentJob = vi.fn(async () => ({ status: "ok" }));
|
||||
const runIsolatedAgentJob = vi.fn(async () => ({ status: "ok" as const }));
|
||||
|
||||
const cronA = new CronService({
|
||||
storePath: store.storePath,
|
||||
|
||||
Reference in New Issue
Block a user