mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 05:51:38 +00:00
refactor: route channel runtime via plugin api
This commit is contained in:
@@ -48,6 +48,7 @@ vi.mock("../../telegram/send.js", () => ({
|
||||
}));
|
||||
vi.mock("../../web/outbound.js", () => ({
|
||||
sendMessageWhatsApp: mocks.sendMessageWhatsApp,
|
||||
sendPollWhatsApp: mocks.sendMessageWhatsApp,
|
||||
}));
|
||||
vi.mock("../../infra/outbound/deliver.js", async () => {
|
||||
const actual = await vi.importActual<typeof import("../../infra/outbound/deliver.js")>(
|
||||
|
||||
Reference in New Issue
Block a user