test(core): continue reset-to-clear cleanup in subagent focus and web fetch

This commit is contained in:
Peter Steinberger
2026-02-22 08:30:05 +00:00
parent 7cac6bd85d
commit e67f813b0e
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ describe("web_fetch SSRF protection", () => {
afterEach(() => {
global.fetch = priorFetch;
lookupMock.mockReset();
lookupMock.mockClear();
vi.restoreAllMocks();
});