chore: Fix types in tests 14/N.

This commit is contained in:
cpojer
2026-02-17 11:58:58 +09:00
parent 50fd2a99ba
commit db3529e924
7 changed files with 94 additions and 29 deletions

View File

@@ -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 = {