mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 12:31:23 +00:00
test(core): use lightweight clear in cron, claude runner, and telegram delivery specs
This commit is contained in:
@@ -74,7 +74,7 @@ async function waitForCalls(mockFn: { mock: { calls: unknown[][] } }, count: num
|
||||
|
||||
describe("runClaudeCliAgent", () => {
|
||||
beforeEach(() => {
|
||||
mocks.spawn.mockReset();
|
||||
mocks.spawn.mockClear();
|
||||
});
|
||||
|
||||
it("starts a new session with --session-id when none is provided", async () => {
|
||||
|
||||
Reference in New Issue
Block a user