Repository URL to install this package:
|
Version:
1.1.6 ▾
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`application/utils/fromStringToAddress should export matching the snapshot 1`] = `
Object {
"addressLine1": "10 front street",
"addressLine2": "asd",
"city": "coimbatore",
"country": "india",
"email": "john@abc.com",
"firstName": "John",
"lastName": "Pancake",
"postalCode": "641041",
"state": "tamilNad",
"telephone": "9875886899",
}
`;