mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 23:28:27 +00:00
test(core): reduce reset overhead in messaging and agent e2e mocks
This commit is contained in:
@@ -18,7 +18,7 @@ vi.mock("../../gateway/call.js", () => ({
|
||||
}));
|
||||
|
||||
beforeEach(() => {
|
||||
callGatewayMock.mockReset();
|
||||
callGatewayMock.mockClear();
|
||||
setRegistry(emptyRegistry);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user