CSR-1742: update unit test so it will run
This commit is contained in:
parent
120920178c
commit
a3d4ffb057
1 changed files with 6 additions and 0 deletions
|
|
@ -53,6 +53,12 @@ function setupMocks() {
|
||||||
isPia: false,
|
isPia: false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
policy: {
|
||||||
|
currentDeductible: 123,
|
||||||
|
},
|
||||||
|
payment: {
|
||||||
|
isInsurance: false,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
const mountOptions = getMountOptions({
|
const mountOptions = getMountOptions({
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue