mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 09:21:26 +00:00
test(core): trim redundant mock resets in heartbeat suites
This commit is contained in:
@@ -48,8 +48,6 @@ describe("boot-md handler", () => {
|
||||
|
||||
beforeEach(() => {
|
||||
vi.clearAllMocks();
|
||||
logWarn.mockReset();
|
||||
logDebug.mockReset();
|
||||
});
|
||||
|
||||
it("skips non-gateway events", async () => {
|
||||
|
||||
Reference in New Issue
Block a user