mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 02:18:25 +00:00
test(core): reduce mock reset overhead across unit and e2e specs
This commit is contained in:
@@ -39,7 +39,7 @@ function mockNodeList(commands?: string[]) {
|
||||
}
|
||||
|
||||
beforeEach(() => {
|
||||
callGateway.mockReset();
|
||||
callGateway.mockClear();
|
||||
});
|
||||
|
||||
describe("nodes camera_snap", () => {
|
||||
|
||||
Reference in New Issue
Block a user