Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
YoussefHenna committed Oct 12, 2023
1 parent 90164fa commit 1d7ce2c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/maps/src/__tests__/MapView.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ describe("MapView tests", () => {
}
}
onPress={[Function]}
tracksViewChanges={true}
/>,
<Marker
coordinate={
Expand All @@ -195,6 +196,7 @@ describe("MapView tests", () => {
}
}
onPress={[Function]}
tracksViewChanges={true}
/>,
],
[
Expand All @@ -206,6 +208,7 @@ describe("MapView tests", () => {
}
}
onPress={[Function]}
tracksViewChanges={true}
/>,
<Marker
coordinate={
Expand All @@ -215,6 +218,7 @@ describe("MapView tests", () => {
}
}
onPress={[Function]}
tracksViewChanges={true}
/>,
],
]
Expand Down Expand Up @@ -247,6 +251,7 @@ describe("MapView tests", () => {
}
}
onPress={[Function]}
tracksViewChanges={true}
/>,
<Marker
coordinate={
Expand All @@ -256,6 +261,7 @@ describe("MapView tests", () => {
}
}
onPress={[Function]}
tracksViewChanges={true}
/>,
],
[
Expand All @@ -267,6 +273,7 @@ describe("MapView tests", () => {
}
}
onPress={[Function]}
tracksViewChanges={true}
/>,
<Marker
coordinate={
Expand All @@ -276,6 +283,7 @@ describe("MapView tests", () => {
}
}
onPress={[Function]}
tracksViewChanges={true}
/>,
],
]
Expand Down Expand Up @@ -332,6 +340,7 @@ describe("MapView tests", () => {
}
}
onPress={[Function]}
tracksViewChanges={true}
/>,
<Marker
coordinate={
Expand All @@ -341,6 +350,7 @@ describe("MapView tests", () => {
}
}
onPress={[Function]}
tracksViewChanges={true}
/>,
],
]
Expand Down

0 comments on commit 1d7ce2c

Please sign in to comment.