mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 08:11:26 +00:00
test(core): use lightweight clear in cron, claude runner, and telegram delivery specs
This commit is contained in:
@@ -38,7 +38,7 @@ describe("cron tool", () => {
|
||||
}
|
||||
|
||||
beforeEach(() => {
|
||||
callGatewayMock.mockReset();
|
||||
callGatewayMock.mockClear();
|
||||
callGatewayMock.mockResolvedValue({ ok: true });
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user