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 = {
damage: {},
lineItems: [],
order: {
payment: {
isPia: false
},
},
};
const mountOptions = getMountOptions({
route: { query: {}, params: {} },
router: {
navigate: jest.fn(),
navigateWithSaving: jest.fn(),