Skip to content

Commit fa54766

Browse files
committed
fix: update maps snapshots
1 parent 8a6b13a commit fa54766

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.16.0
1+
v20

packages/pluggableWidgets/maps-native/src/__tests__/__snapshots__/Maps.spec.tsx.snap

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ exports[`<Maps /> renders 1`] = `
2222
}
2323
mapType="standard"
2424
maxZoomLevel={15}
25-
minZoomLevel={3}
25+
minZoomLevel={10}
2626
onMapReady={[Function]}
2727
onRegionChangeComplete={[Function]}
2828
pitchEnabled={false}
@@ -71,24 +71,5 @@ exports[`<Maps /> renders 1`] = `
7171
/>
7272
</View>
7373
</View>
74-
<View
75-
style={
76-
{
77-
"alignItems": "center",
78-
"backgroundColor": "#fafafa",
79-
"bottom": 0,
80-
"justifyContent": "center",
81-
"left": 0,
82-
"position": "absolute",
83-
"right": 0,
84-
"top": 0,
85-
"zIndex": 99,
86-
}
87-
}
88-
>
89-
<ActivityIndicator
90-
size="large"
91-
/>
92-
</View>
9374
</View>
9475
`;

0 commit comments

Comments
 (0)