Skip to content

Commit 1b45e96

Browse files
committed
test: update tests snapshot
1 parent 1db08a2 commit 1b45e96

File tree

1 file changed

+4
-32
lines changed

1 file changed

+4
-32
lines changed

package/src/components/Thread/__tests__/__snapshots__/Thread.test.js.snap

Lines changed: 4 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`Thread should match thread snapshot 1`] = `
44
<View
@@ -162,7 +162,7 @@ exports[`Thread should match thread snapshot 1`] = `
162162
removeClippedSubviews={false}
163163
renderItem={[Function]}
164164
scrollEventThrottle={0.0001}
165-
showsVerticalScrollIndicator={true}
165+
showsVerticalScrollIndicator={false}
166166
stickyHeaderIndices={[]}
167167
style={
168168
[
@@ -180,7 +180,6 @@ exports[`Thread should match thread snapshot 1`] = `
180180
},
181181
{},
182182
undefined,
183-
undefined,
184183
],
185184
]
186185
}
@@ -236,11 +235,6 @@ exports[`Thread should match thread snapshot 1`] = `
236235
}
237236
>
238237
<View
239-
style={
240-
[
241-
undefined,
242-
]
243-
}
244238
testID="message-list-item-0"
245239
>
246240
<View
@@ -590,13 +584,7 @@ exports[`Thread should match thread snapshot 1`] = `
590584
</View>
591585
</View>
592586
</View>
593-
<View
594-
style={
595-
[
596-
undefined,
597-
]
598-
}
599-
/>
587+
<View />
600588
</View>
601589
<View
602590
onFocusCapture={[Function]}
@@ -617,11 +605,6 @@ exports[`Thread should match thread snapshot 1`] = `
617605
}
618606
>
619607
<View
620-
style={
621-
[
622-
undefined,
623-
]
624-
}
625608
testID="message-list-item-1"
626609
>
627610
<View
@@ -971,13 +954,7 @@ exports[`Thread should match thread snapshot 1`] = `
971954
</View>
972955
</View>
973956
</View>
974-
<View
975-
style={
976-
[
977-
undefined,
978-
]
979-
}
980-
/>
957+
<View />
981958
</View>
982959
<View
983960
onFocusCapture={[Function]}
@@ -998,11 +975,6 @@ exports[`Thread should match thread snapshot 1`] = `
998975
}
999976
>
1000977
<View
1001-
style={
1002-
[
1003-
undefined,
1004-
]
1005-
}
1006978
testID="message-list-item-2"
1007979
>
1008980
<View

0 commit comments

Comments
 (0)