24 lines
767 B
Text
24 lines
767 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`coverageStatement.vue returns the initial data 1`] = `
|
|
Object {
|
|
"CANCEL_CLAIM_REF_NAME": "CancelClaimModal",
|
|
"DEDUCTIBLE_MODAL_REF_NAME": "DeductibleModal",
|
|
"RECAL_MODAL_REF_NAME": "RecalModal",
|
|
"SITE_FOOTER_REF_NAME": "siteFooter",
|
|
"baseServiceLineItems": Array [],
|
|
"deductibleText": "Your deductible is",
|
|
"rules": Object {
|
|
"selectionRequired": "option-required",
|
|
},
|
|
"selectedProvider": "",
|
|
"widget": Object {
|
|
"disclaimerText": "DisclaimerWidget",
|
|
"explanatoryText": "ExplanatoryTextWidget",
|
|
"nextStep": "NextStepsWidget",
|
|
"serviceProviderQuestion": "ServiceProviderQuestion",
|
|
"subheader": "SiteSubHeaderWidget",
|
|
"verifiedItacAlert": "VerifiedITACAlert",
|
|
},
|
|
}
|
|
`;
|