test(auto-reply): trim setup resets in block streaming and subagent focus

This commit is contained in:
Peter Steinberger
2026-02-22 00:25:51 +00:00
parent f37a09a9e6
commit fad2c0c8a1
3 changed files with 11 additions and 11 deletions

View File

@@ -65,11 +65,11 @@ beforeEach(async () => {
testConfig = {};
await setRegistry(createTestRegistry([]));
callGatewayMock.mockReset();
webAuthExists.mockReset().mockResolvedValue(false);
handleDiscordAction.mockReset();
handleSlackAction.mockReset();
handleTelegramAction.mockReset();
handleWhatsAppAction.mockReset();
webAuthExists.mockClear().mockResolvedValue(false);
handleDiscordAction.mockClear();
handleSlackAction.mockClear();
handleTelegramAction.mockClear();
handleWhatsAppAction.mockClear();
});
afterEach(() => {