unit test update

This commit is contained in:
Katie Kroell 2024-03-27 16:41:59 -04:00
parent 4f062eb80c
commit 283adea3f2

View file

@ -68,6 +68,16 @@ const initialStore = {
zipCode: '12345'
}
}
},
payment: {
isInsurance: true,
isPayInAdvance: false
},
contactInfo: {
firstName: 'Test',
lastName: 'Test',
phoneNumber: '111-111-1111',
emailAddress: 'test@email.com'
}
}
};