CSR-1742: update unit test so it will run

This commit is contained in:
Adam Caouette 2024-04-23 09:30:49 -04:00
parent 120920178c
commit a3d4ffb057

View file

@ -53,6 +53,12 @@ function setupMocks() {
isPia: false, isPia: false,
}, },
}, },
policy: {
currentDeductible: 123,
},
payment: {
isInsurance: false,
},
}; };
const mountOptions = getMountOptions({ const mountOptions = getMountOptions({