Fix failing test

This commit is contained in:
Chloe Herd 2024-11-14 16:09:47 -05:00
parent 27d9604c92
commit 1a124c4608

View file

@ -113,5 +113,7 @@ function setupMocks() {
const wrapper = shallowMount(customerDetails, mountOptions);
wrapper.vm.$refs.loadingModal.showModal = jest.fn();
return { wrapper };
}