mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 18:41:24 +00:00
chore: Fix types in tests 17/N.
This commit is contained in:
@@ -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", () => ({
|
||||
|
||||
Reference in New Issue
Block a user