mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 12:07:40 +00:00
test(core): use lightweight clear in cron, claude runner, and telegram delivery specs
This commit is contained in:
@@ -73,7 +73,7 @@ function createSendMessageHarness(messageId = 4) {
|
||||
|
||||
describe("deliverReplies", () => {
|
||||
beforeEach(() => {
|
||||
loadWebMedia.mockReset();
|
||||
loadWebMedia.mockClear();
|
||||
});
|
||||
|
||||
it("skips audioAsVoice-only payloads without logging an error", async () => {
|
||||
|
||||
Reference in New Issue
Block a user