test(channels): use lightweight clears in probe and reaction setup

This commit is contained in:
Peter Steinberger
2026-02-22 00:23:44 +00:00
parent f28fcf243a
commit 14d6b3741c
3 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ const originalFetch = globalThis.fetch;
afterEach(() => {
resetTelegramFetchStateForTests();
setDefaultAutoSelectFamily.mockReset();
setDefaultAutoSelectFamily.mockClear();
vi.unstubAllEnvs();
vi.clearAllMocks();
if (originalFetch) {