File tree Expand file tree Collapse file tree 1 file changed +20
-6
lines changed
src/__tests__/__snapshots__ Expand file tree Collapse file tree 1 file changed +20
-6
lines changed Original file line number Diff line number Diff line change @@ -153,6 +153,11 @@ exports[`should render <MessageContainer /> with showStickyDate=false 1`] = `
153
153
invertStickyHeaders = { true }
154
154
inverted = { true }
155
155
isInvertedVirtualizedList = { true }
156
+ jestAnimatedProps = {
157
+ {
158
+ " value" : {},
159
+ }
160
+ }
156
161
jestAnimatedStyle = {
157
162
{
158
163
" value" : {},
@@ -186,9 +191,11 @@ exports[`should render <MessageContainer /> with showStickyDate=false 1`] = `
186
191
},
187
192
],
188
193
},
189
- {
190
- " flex" : 1 ,
191
- },
194
+ [
195
+ {
196
+ " flex" : 1 ,
197
+ },
198
+ ],
192
199
]
193
200
}
194
201
viewabilityConfigCallbackPairs = { []}
@@ -289,6 +296,11 @@ exports[`should render <MessageContainer /> with showStickyDate=true (default) 1
289
296
invertStickyHeaders = { true }
290
297
inverted = { true }
291
298
isInvertedVirtualizedList = { true }
299
+ jestAnimatedProps = {
300
+ {
301
+ " value" : {},
302
+ }
303
+ }
292
304
jestAnimatedStyle = {
293
305
{
294
306
" value" : {},
@@ -322,9 +334,11 @@ exports[`should render <MessageContainer /> with showStickyDate=true (default) 1
322
334
},
323
335
],
324
336
},
325
- {
326
- " flex" : 1 ,
327
- },
337
+ [
338
+ {
339
+ " flex" : 1 ,
340
+ },
341
+ ],
328
342
]
329
343
}
330
344
viewabilityConfigCallbackPairs = { []}
You can’t perform that action at this time.
0 commit comments