Fix failing test
This commit is contained in:
parent
27d9604c92
commit
1a124c4608
1 changed files with 2 additions and 0 deletions
|
|
@ -113,5 +113,7 @@ function setupMocks() {
|
||||||
|
|
||||||
const wrapper = shallowMount(customerDetails, mountOptions);
|
const wrapper = shallowMount(customerDetails, mountOptions);
|
||||||
|
|
||||||
|
wrapper.vm.$refs.loadingModal.showModal = jest.fn();
|
||||||
|
|
||||||
return { wrapper };
|
return { wrapper };
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue