test(core): tighten reset usage in auth, registry restart, and memory search

This commit is contained in:
Peter Steinberger
2026-02-22 08:34:20 +00:00
parent 1ba1c3f306
commit 1e76ca593e
3 changed files with 3 additions and 3 deletions

View File

@@ -102,7 +102,7 @@ describe("applyAuthChoice", () => {
afterEach(async () => {
vi.unstubAllGlobals();
resolvePluginProviders.mockClear();
loginOpenAICodexOAuth.mockReset();
loginOpenAICodexOAuth.mockClear();
loginOpenAICodexOAuth.mockResolvedValue(null);
await lifecycle.cleanup();
});