fix tests
This commit is contained in:
CarlNation 2023-10-26 06:18:17 -04:00
parent 7840e90dc5
commit 6749be0df4

View file

@ -48,9 +48,15 @@ function setupMocks() {
store.getters = { store.getters = {
damage: {}, damage: {},
lineItems: [], lineItems: [],
order: {
payment: {
isPia: false
},
},
}; };
const mountOptions = getMountOptions({ const mountOptions = getMountOptions({
route: { query: {}, params: {} },
router: { router: {
navigate: jest.fn(), navigate: jest.fn(),
navigateWithSaving: jest.fn(), navigateWithSaving: jest.fn(),