232201_test_to_master #62

Merged
alexm merged 50 commits from 232201_test_to_master into master 2023-06-01 07:26:39 +00:00
1 changed files with 1 additions and 5 deletions
Showing only changes of commit 6fcefc8df1 - Show all commits

View File

@ -10,11 +10,7 @@ describe('VnLog', () => {
model: "Claim",
},
}).vm;
vi.mock('vue-router', () => ({
useRoute: ()=>{
return {params: {id: 1}}
},
}));
vm.route = {params: {id: 1}}
});
afterEach(() => {