perf(test): reduce module reload overhead in key suites

This commit is contained in:
Peter Steinberger
2026-02-13 15:45:08 +00:00
parent 4337fa2096
commit 41f2f359a5
12 changed files with 114 additions and 116 deletions

View File

@@ -42,3 +42,7 @@ export function resolveTelegramFetch(
}
return fetchImpl;
}
export function resetTelegramFetchStateForTests(): void {
appliedAutoSelectFamily = null;
}