Repository URL to install this package:
|
Version:
1.1.6 ▾
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`application/utils/fromDataLayerToThingList should export matching the snapshot 1`] = `
Array [
Object {
"text": "555 moose",
"type": "street",
},
Object {
"text": "10 front street",
"type": "street",
},
Object {
"text": "eh",
"type": "region",
},
Object {
"text": "Canada",
"type": "country",
},
Object {
"text": "states",
"type": "locality",
},
Object {
"text": "641654",
"type": "zip",
},
]
`;