mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:51:35 +00:00
test(reply): replace heavy resets in media and runner helper specs
This commit is contained in:
@@ -80,7 +80,7 @@ describe("agent runner helpers", () => {
|
||||
});
|
||||
expect(fallbackOn()).toBe(true);
|
||||
|
||||
hoisted.loadSessionStoreMock.mockReset();
|
||||
hoisted.loadSessionStoreMock.mockClear();
|
||||
hoisted.loadSessionStoreMock.mockReturnValue({
|
||||
"agent:main:main": { verboseLevel: "weird" },
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user