CSR-1392
fix tests
This commit is contained in:
parent
7840e90dc5
commit
6749be0df4
1 changed files with 6 additions and 0 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue