mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 09:41:11 +00:00
test(channel-setup): mock channel metadata source
This commit is contained in:
@@ -27,7 +27,7 @@ vi.mock("../../channels/plugins/catalog.js", () => ({
|
||||
listChannelPluginCatalogEntries: (_args?: unknown) => listChannelPluginCatalogEntries(),
|
||||
}));
|
||||
|
||||
vi.mock("../../channels/registry.js", () => ({
|
||||
vi.mock("../../channels/chat-meta.js", () => ({
|
||||
listChatChannels: () => listChatChannels(),
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user