7953-devToTest_2438 #693

Merged
alexm merged 328 commits from 7953-devToTest_2438 into test 2024-09-10 08:31:29 +00:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit 211b0b1215 - Show all commits

View File

@ -32,6 +32,11 @@ vi.mock('vue-router', () => ({
query: {},
params: {},
}),
onBeforeRouteUpdate: () => ({
to: 1,
from: 2,
next: vi.fn(),
}),
}));
vi.mock('axios');