update vitest
This commit is contained in:
@@ -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 });
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user