chore: Fix types in tests 24/N.

This commit is contained in:
cpojer
2026-02-17 14:30:36 +09:00
parent be5b28cd6b
commit 600022cdcc
11 changed files with 65 additions and 26 deletions

View File

@@ -62,7 +62,7 @@ describe("resolveTelegramFetch", () => {
aborted: false,
addEventListener,
removeEventListener,
} as AbortSignal;
} as unknown as AbortSignal;
if (!resolved) {
throw new Error("expected resolved proxy fetch");