test(core): reduce mock reset overhead in targeted suites
This commit is contained in:
@@ -17,7 +17,7 @@ vi.mock("../process/exec.js", () => ({
|
||||
}));
|
||||
|
||||
beforeEach(() => {
|
||||
runCommandWithTimeoutMock.mockReset();
|
||||
runCommandWithTimeoutMock.mockClear();
|
||||
resetGmailSetupUtilsCachesForTest();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user