Skip to content

Commit 056134a

Browse files
committed
test: restore install hook spies between cases
1 parent 313f590 commit 056134a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pages/install/useInstallData.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ describe("assembleInstallView 组装安装视图", () => {
185185

186186
describe("useInstallData 数据流编排", () => {
187187
afterEach(() => {
188+
vi.restoreAllMocks();
188189
vi.clearAllMocks();
189190
window.history.replaceState({}, "", "/install.html");
190191
});

0 commit comments

Comments
 (0)