DigitalConsumer.ISS/src/iss-components/google-map/__snapshots__/google-map.spec.js.snap
2023-11-27 12:27:30 -05:00

24 lines
451 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,
},
],
},
},
}
`;