mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 11:41:24 +00:00
test(core): reduce reset overhead in messaging and agent e2e mocks
This commit is contained in:
@@ -18,7 +18,7 @@ describe("requestExecApprovalDecision", () => {
|
||||
});
|
||||
|
||||
beforeEach(() => {
|
||||
vi.mocked(callGatewayTool).mockReset();
|
||||
vi.mocked(callGatewayTool).mockClear();
|
||||
});
|
||||
|
||||
it("returns string decisions", async () => {
|
||||
|
||||
Reference in New Issue
Block a user