Skip to content

Commit 0000818

Browse files
committed
Update global test setup for mock reset
1 parent 9d4e312 commit 0000818

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/graph-explorer/src/setupTests.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ afterEach(() => {
3434
cleanup();
3535
vi.unstubAllEnvs();
3636
vi.unstubAllGlobals();
37+
vi.resetAllMocks();
3738
vi.restoreAllMocks();
3839
});
3940

0 commit comments

Comments
 (0)