mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 04:37:40 +00:00
perf(test): reduce module reload overhead in key suites
This commit is contained in:
@@ -42,3 +42,7 @@ export function resolveTelegramFetch(
|
||||
}
|
||||
return fetchImpl;
|
||||
}
|
||||
|
||||
export function resetTelegramFetchStateForTests(): void {
|
||||
appliedAutoSelectFamily = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user