Skip to content

Commit 0e32bb9

Browse files
Changes before error encountered
Co-authored-by: kesha-antonov <11584712+kesha-antonov@users.noreply.github.com>
1 parent 1883bc5 commit 0e32bb9

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

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

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,11 @@ exports[`should render <MessageContainer /> with showStickyDate=false 1`] = `
153153
invertStickyHeaders={true}
154154
inverted={true}
155155
isInvertedVirtualizedList={true}
156+
jestAnimatedProps={
157+
{
158+
"value": {},
159+
}
160+
}
156161
jestAnimatedStyle={
157162
{
158163
"value": {},
@@ -186,9 +191,11 @@ exports[`should render <MessageContainer /> with showStickyDate=false 1`] = `
186191
},
187192
],
188193
},
189-
{
190-
"flex": 1,
191-
},
194+
[
195+
{
196+
"flex": 1,
197+
},
198+
],
192199
]
193200
}
194201
viewabilityConfigCallbackPairs={[]}
@@ -289,6 +296,11 @@ exports[`should render <MessageContainer /> with showStickyDate=true (default) 1
289296
invertStickyHeaders={true}
290297
inverted={true}
291298
isInvertedVirtualizedList={true}
299+
jestAnimatedProps={
300+
{
301+
"value": {},
302+
}
303+
}
292304
jestAnimatedStyle={
293305
{
294306
"value": {},
@@ -322,9 +334,11 @@ exports[`should render <MessageContainer /> with showStickyDate=true (default) 1
322334
},
323335
],
324336
},
325-
{
326-
"flex": 1,
327-
},
337+
[
338+
{
339+
"flex": 1,
340+
},
341+
],
328342
]
329343
}
330344
viewabilityConfigCallbackPairs={[]}

0 commit comments

Comments
 (0)