mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 13:11:22 +00:00
test(core): tighten reset usage in auth, registry restart, and memory search
This commit is contained in:
@@ -91,7 +91,7 @@ describe("subagent registry steer restarts", () => {
|
||||
};
|
||||
|
||||
afterEach(async () => {
|
||||
announceSpy.mockReset();
|
||||
announceSpy.mockClear();
|
||||
announceSpy.mockResolvedValue(true);
|
||||
runSubagentEndedHookMock.mockClear();
|
||||
lifecycleHandler = undefined;
|
||||
|
||||
Reference in New Issue
Block a user