mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 13:41:23 +00:00
test(auto-reply): use lightweight clears in agent runner setup
This commit is contained in:
@@ -34,8 +34,8 @@ const {
|
||||
|
||||
describe("agent runner helpers", () => {
|
||||
beforeEach(() => {
|
||||
hoisted.loadSessionStoreMock.mockReset();
|
||||
hoisted.scheduleFollowupDrainMock.mockReset();
|
||||
hoisted.loadSessionStoreMock.mockClear();
|
||||
hoisted.scheduleFollowupDrainMock.mockClear();
|
||||
});
|
||||
|
||||
it("detects audio payloads from mediaUrl/mediaUrls", () => {
|
||||
|
||||
Reference in New Issue
Block a user