chore: Fix types in tests 17/N.

This commit is contained in:
cpojer
2026-02-17 11:59:41 +09:00
parent 7bc783cb03
commit 43c97d18aa
6 changed files with 66 additions and 39 deletions

View File

@@ -87,7 +87,7 @@ vi.mock("../infra/backoff.js", () => ({
}));
vi.mock("./webhook.js", () => ({
startTelegramWebhook: (...args: unknown[]) => startTelegramWebhookSpy(...args),
startTelegramWebhook: startTelegramWebhookSpy,
}));
vi.mock("../auto-reply/reply.js", () => ({