forked from verdnatura/salix-front
refs #5357 mocked route.params.id
This commit is contained in:
parent
5833141065
commit
27352eaf15
|
@ -10,6 +10,11 @@ describe('VnLog', () => {
|
|||
model: "Claim",
|
||||
},
|
||||
}).vm;
|
||||
vm.route = {
|
||||
params: {
|
||||
id: 1
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
afterEach(() => {
|
||||
|
|
Loading…
Reference in New Issue