Skip to content

Commit ffa3839

Browse files
committed
fix: tests
1 parent cef2b71 commit ffa3839

1 file changed

Lines changed: 24 additions & 15 deletions

File tree

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

Lines changed: 24 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1706,6 +1706,30 @@ exports[`Thread should match thread snapshot 1`] = `
17061706
}
17071707
}
17081708
/>
1709+
<View
1710+
layout={BaseAnimationMock {}}
1711+
style={
1712+
[
1713+
{
1714+
"bottom": 0,
1715+
},
1716+
{
1717+
"backgroundColor": "transparent",
1718+
"position": "absolute",
1719+
"width": "100%",
1720+
},
1721+
]
1722+
}
1723+
>
1724+
<View
1725+
name="autocomplete-suggestion-list"
1726+
>
1727+
<View
1728+
collapsable={false}
1729+
onLayout={[Function]}
1730+
/>
1731+
</View>
1732+
</View>
17091733
</View>
17101734
<View
17111735
layout={BaseAnimationMock {}}
@@ -2318,21 +2342,6 @@ exports[`Thread should match thread snapshot 1`] = `
23182342
</View>
23192343
</View>
23202344
</View>
2321-
<View
2322-
style={
2323-
[
2324-
{
2325-
"backgroundColor": "#ffffff",
2326-
"position": "absolute",
2327-
"width": "100%",
2328-
},
2329-
{
2330-
"bottom": 0,
2331-
},
2332-
{},
2333-
]
2334-
}
2335-
/>
23362345
</View>
23372346
</View>
23382347
</View>

0 commit comments

Comments
 (0)