unit test update
This commit is contained in:
parent
4f062eb80c
commit
283adea3f2
1 changed files with 10 additions and 0 deletions
|
|
@ -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'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue