test(doctor): mock bundled channel ids · openclaw/openclaw@68d4921
vincentkoc
·
2026-05-05
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -10,6 +10,7 @@ import {
|
10 | 10 | import { noteStateIntegrity } from "./doctor-state-integrity.js"; |
11 | 11 | |
12 | 12 | vi.mock("../channels/plugins/bundled-ids.js", () => ({ |
| 13 | +listBundledChannelIds: () => ["matrix", "whatsapp"], |
13 | 14 | listBundledChannelPluginIds: () => ["matrix", "whatsapp"], |
14 | 15 | })); |
15 | 16 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。