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 = {
|
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(),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue