Skip to content

Commit bb54e76

Browse files
committed
fixed test
1 parent 291503d commit bb54e76

1 file changed

Lines changed: 1 addition & 20 deletions

File tree

src/__tests__/__snapshots__/MessageContainer.test.tsx.snap

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -74,26 +74,7 @@ exports[`should render <MessageContainer /> and compare with snapshot 1`] = `
7474
],
7575
}
7676
}
77-
>
78-
<View
79-
collapsable={false}
80-
style={
81-
{
82-
"backgroundColor": "#f0f0f0",
83-
"borderRadius": 15,
84-
"height": 0,
85-
"marginBottom": 0,
86-
"marginLeft": 8,
87-
"transform": [
88-
{
89-
"translateY": 200,
90-
},
91-
],
92-
"width": 45,
93-
}
94-
}
95-
/>
96-
</View>
77+
/>
9778
<View
9879
style={
9980
{

0 commit comments

Comments
 (0)