mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:00:43 +00:00
test(doctor): mock bundled channel ids
This commit is contained in:
@@ -10,6 +10,7 @@ import {
|
||||
import { noteStateIntegrity } from "./doctor-state-integrity.js";
|
||||
|
||||
vi.mock("../channels/plugins/bundled-ids.js", () => ({
|
||||
listBundledChannelIds: () => ["matrix", "whatsapp"],
|
||||
listBundledChannelPluginIds: () => ["matrix", "whatsapp"],
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user