mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 01:23:29 +00:00
chore: Fix types in tests 14/N.
This commit is contained in:
@@ -6,8 +6,8 @@ const sendReactionWhatsApp = vi.fn(async () => undefined);
|
||||
const sendPollWhatsApp = vi.fn(async () => ({ messageId: "poll-1", toJid: "jid-1" }));
|
||||
|
||||
vi.mock("../../web/outbound.js", () => ({
|
||||
sendReactionWhatsApp: (...args: unknown[]) => sendReactionWhatsApp(...args),
|
||||
sendPollWhatsApp: (...args: unknown[]) => sendPollWhatsApp(...args),
|
||||
sendReactionWhatsApp,
|
||||
sendPollWhatsApp,
|
||||
}));
|
||||
|
||||
const enabledConfig = {
|
||||
|
||||
Reference in New Issue
Block a user