refs #5357 mocked route.params.id
gitea/salix-front/pipeline/head There was a failure building this commit Details

This commit is contained in:
Alexandre Riera 2023-04-18 14:46:57 +02:00
parent 5833141065
commit 27352eaf15
1 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,11 @@ describe('VnLog', () => {
model: "Claim", model: "Claim",
}, },
}).vm; }).vm;
vm.route = {
params: {
id: 1
}
}
}); });
afterEach(() => { afterEach(() => {