We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48bcc41 commit 28cde8eCopy full SHA for 28cde8e
1 file changed
client/src/components/ActivityBar/ActivityBar.test.js
@@ -22,6 +22,7 @@ vi.mock("@/composables/config", () => ({
22
23
vi.mock("vue-router/composables", () => ({
24
useRoute: vi.fn(() => ({})),
25
+ useRouter: vi.fn(() => ({ push: vi.fn() })),
26
}));
27
28
const { server, http } = useServerMock();
0 commit comments