update vitest

This commit is contained in:
Massedil
2025-10-22 21:03:05 +02:00
committed by setop
parent bfb00fd050
commit 47042efac7
2 changed files with 3 additions and 3 deletions

View File

@@ -117,6 +117,6 @@ describe("Reset page", () => {
token: "some-token",
});
await flushPromises();
expect(wrapper.router.push).toHaveBeenCalledWith({ name: RouteName.HOME });
expect(wrapper.router.push).toHaveBeenCalledWith({ name: RouteName.LOGIN });
});
});