Skip to content

Commit 627b689

Browse files
committed
.
1 parent c37ccab commit 627b689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vitest.setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ vi.mock("@/lib/auth/auth-client", () => ({
4747
import { afterEach } from "vitest";
4848

4949
afterEach(() => {
50+
// Clear calls/instances, but keep hoisted module mock implementations intact
5051
vi.clearAllMocks();
51-
vi.resetAllMocks();
5252
});

0 commit comments

Comments
 (0)