Skip to content

Commit ae5e3c8

Browse files
committed
fix: snapshots
1 parent e11dc78 commit ae5e3c8

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

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

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1755,6 +1755,7 @@ exports[`Thread should match thread snapshot 1`] = `
17551755
</View>
17561756
<View
17571757
layout={BaseAnimationMock {}}
1758+
style={null}
17581759
>
17591760
<View
17601761
name="message-input-composer"
@@ -2321,22 +2322,22 @@ exports[`Thread should match thread snapshot 1`] = `
23212322
</View>
23222323
</View>
23232324
</View>
2324-
<View
2325-
style={
2326-
[
2327-
{
2328-
"backgroundColor": "#ffffff",
2329-
"position": "absolute",
2330-
"width": "100%",
2331-
},
2332-
{
2333-
"bottom": 0,
2334-
},
2335-
{},
2336-
]
2337-
}
2338-
/>
23392325
</View>
2326+
<View
2327+
style={
2328+
[
2329+
{
2330+
"backgroundColor": "#ffffff",
2331+
"position": "absolute",
2332+
"width": "100%",
2333+
},
2334+
{
2335+
"bottom": 0,
2336+
},
2337+
{},
2338+
]
2339+
}
2340+
/>
23402341
</View>
23412342
</View>
23422343
</View>

0 commit comments

Comments
 (0)