Skip to content

Commit

Permalink
fix: thread snapshot test
Browse files Browse the repository at this point in the history
  • Loading branch information
isekovanic committed Sep 23, 2024
1 parent 2d37910 commit 270cfcc
Showing 1 changed file with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ exports[`Thread should match thread snapshot 1`] = `
testID="message-flat-list-wrapper"
>
<RCTScrollView
ItemSeparatorComponent={[Function]}
ListFooterComponent={null}
ListHeaderComponent={[Function]}
contentContainerStyle={
Expand Down Expand Up @@ -240,6 +241,11 @@ exports[`Thread should match thread snapshot 1`] = `
}
>
<View
style={
[
undefined,
]
}
testID="message-list-item-0"
>
<View
Expand Down Expand Up @@ -534,6 +540,13 @@ exports[`Thread should match thread snapshot 1`] = `
</View>
</View>
</View>
<View
style={
[
undefined,
]
}
/>
</View>
<View
onFocusCapture={[Function]}
Expand All @@ -554,6 +567,11 @@ exports[`Thread should match thread snapshot 1`] = `
}
>
<View
style={
[
undefined,
]
}
testID="message-list-item-1"
>
<View
Expand Down Expand Up @@ -848,6 +866,13 @@ exports[`Thread should match thread snapshot 1`] = `
</View>
</View>
</View>
<View
style={
[
undefined,
]
}
/>
</View>
<View
onFocusCapture={[Function]}
Expand All @@ -868,6 +893,11 @@ exports[`Thread should match thread snapshot 1`] = `
}
>
<View
style={
[
undefined,
]
}
testID="message-list-item-2"
>
<View
Expand Down

0 comments on commit 270cfcc

Please sign in to comment.