mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 19:58:27 +00:00
test(core): reduce mock reset overhead across unit and e2e specs
This commit is contained in:
@@ -18,7 +18,7 @@ describe("startGmailWatcherWithLogs", () => {
|
||||
};
|
||||
|
||||
beforeEach(() => {
|
||||
startGmailWatcherMock.mockReset();
|
||||
startGmailWatcherMock.mockClear();
|
||||
log.info.mockClear();
|
||||
log.warn.mockClear();
|
||||
log.error.mockClear();
|
||||
|
||||
Reference in New Issue
Block a user