test(doctor): update cron fast-path mock · openclaw/openclaw@a914d57
openclaw
·
2026-06-18
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -52,6 +52,7 @@ vi.mock("./doctor-config-audit-scrub.js", () => ({
|
52 | 52 | vi.mock("./doctor/cron/index.js", () => ({ |
53 | 53 | maybeRepairLegacyCronStore: vi.fn().mockResolvedValue(undefined), |
54 | 54 | noteLegacyWhatsAppCrontabHealthCheck: vi.fn().mockResolvedValue(undefined), |
| 55 | +repairLegacyCronStoreWithoutPrompt: vi.fn().mockResolvedValue({ changes: [], warnings: [] }), |
55 | 56 | })); |
56 | 57 | |
57 | 58 | vi.mock("./doctor-device-pairing.js", () => ({ |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。