test(doctor): mock bundled channel ids

This commit is contained in:
Vincent Koc
2026-05-04 15:41:21 -07:00
parent a167acee67
commit 68d4921392

View File

@@ -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"],
}));