test(reply): replace heavy resets in media and runner helper specs

This commit is contained in:
Peter Steinberger
2026-02-22 08:15:28 +00:00
parent 089a78c061
commit 991e3184b7
3 changed files with 3 additions and 3 deletions

View File

@@ -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" },
});