test(core): trim redundant mock resets in heartbeat suites

This commit is contained in:
Peter Steinberger
2026-02-22 07:57:50 +00:00
parent ccd96873b5
commit e16e7be85b
3 changed files with 4 additions and 6 deletions

View File

@@ -48,8 +48,6 @@ describe("boot-md handler", () => {
beforeEach(() => {
vi.clearAllMocks();
logWarn.mockReset();
logDebug.mockReset();
});
it("skips non-gateway events", async () => {