Update snapshots
This commit is contained in:
parent
6ee6accfc6
commit
886ecbcc58
1 changed files with 8 additions and 4 deletions
|
@ -32,8 +32,10 @@ exports[`<LocationViewDialog /> renders map correctly 1`] = `
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
MockGeolocateControl {
|
MockGeolocateControl {
|
||||||
"_events": {},
|
"_events": {
|
||||||
"_eventsCount": 0,
|
"error": [Function],
|
||||||
|
},
|
||||||
|
"_eventsCount": 1,
|
||||||
"_maxListeners": undefined,
|
"_maxListeners": undefined,
|
||||||
"trigger": [MockFunction],
|
"trigger": [MockFunction],
|
||||||
Symbol(kCapture): false,
|
Symbol(kCapture): false,
|
||||||
|
@ -113,8 +115,10 @@ exports[`<LocationViewDialog /> renders map correctly 1`] = `
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
MockGeolocateControl {
|
MockGeolocateControl {
|
||||||
"_events": {},
|
"_events": {
|
||||||
"_eventsCount": 0,
|
"error": [Function],
|
||||||
|
},
|
||||||
|
"_eventsCount": 1,
|
||||||
"_maxListeners": undefined,
|
"_maxListeners": undefined,
|
||||||
"trigger": [MockFunction],
|
"trigger": [MockFunction],
|
||||||
Symbol(kCapture): false,
|
Symbol(kCapture): false,
|
||||||
|
|
Loading…
Reference in a new issue