25 lines
473 B
Text
25 lines
473 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Google Map should render expected initial data 1`] = `
|
|
Object {
|
|
"country": "USA",
|
|
"geocoder": Object {
|
|
"geocode": [MockFunction] {
|
|
"calls": Array [
|
|
Array [
|
|
Object {
|
|
"address": " USA",
|
|
},
|
|
],
|
|
],
|
|
"results": Array [
|
|
Object {
|
|
"type": "return",
|
|
"value": undefined,
|
|
},
|
|
],
|
|
},
|
|
},
|
|
"infoWindow": null,
|
|
}
|
|
`;
|