mirror of https://github.com/vector-im/riot-web
Update snapshot
parent
e5e2a825fb
commit
69268856cf
|
@ -32,10 +32,8 @@ exports[`<LocationViewDialog /> renders map correctly 1`] = `
|
|||
],
|
||||
[
|
||||
MockGeolocateControl {
|
||||
"_events": {
|
||||
"error": [Function],
|
||||
},
|
||||
"_eventsCount": 1,
|
||||
"_events": {},
|
||||
"_eventsCount": 0,
|
||||
"_maxListeners": undefined,
|
||||
"trigger": [MockFunction],
|
||||
Symbol(kCapture): false,
|
||||
|
@ -115,10 +113,8 @@ exports[`<LocationViewDialog /> renders map correctly 1`] = `
|
|||
],
|
||||
[
|
||||
MockGeolocateControl {
|
||||
"_events": {
|
||||
"error": [Function],
|
||||
},
|
||||
"_eventsCount": 1,
|
||||
"_events": {},
|
||||
"_eventsCount": 0,
|
||||
"_maxListeners": undefined,
|
||||
"trigger": [MockFunction],
|
||||
Symbol(kCapture): false,
|
||||
|
|
Loading…
Reference in New Issue