mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 17:44:33 +00:00
test(core): tighten reset usage in auth, registry restart, and memory search
This commit is contained in:
@@ -102,7 +102,7 @@ describe("applyAuthChoice", () => {
|
||||
afterEach(async () => {
|
||||
vi.unstubAllGlobals();
|
||||
resolvePluginProviders.mockClear();
|
||||
loginOpenAICodexOAuth.mockReset();
|
||||
loginOpenAICodexOAuth.mockClear();
|
||||
loginOpenAICodexOAuth.mockResolvedValue(null);
|
||||
await lifecycle.cleanup();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user