@@ -12,6 +12,7 @@ test('renders as expected without any children', async () => {
12
12
rendered : expect . objectContaining ( {
13
13
type : View ,
14
14
props : {
15
+ collapsable : false ,
15
16
onLayout : expect . any ( Function ) ,
16
17
style : { width : '100%' , flexDirection : 'row' , flexWrap : 'wrap' } ,
17
18
pointerEvents : 'box-none'
@@ -42,6 +43,7 @@ test('renders as expected without any children', async () => {
42
43
rendered : expect . objectContaining ( {
43
44
type : View ,
44
45
props : {
46
+ collapsable : false ,
45
47
onLayout : expect . any ( Function ) ,
46
48
style : { width : '100%' , flexDirection : 'row' , flexWrap : 'wrap' } ,
47
49
pointerEvents : 'box-none' ,
@@ -67,6 +69,7 @@ test('renders as expected with less than one row', async () => {
67
69
rendered : expect . objectContaining ( {
68
70
type : View ,
69
71
props : {
72
+ collapsable : false ,
70
73
onLayout : expect . any ( Function ) ,
71
74
style : { width : '100%' , flexDirection : 'row' , flexWrap : 'wrap' } ,
72
75
pointerEvents : 'box-none'
@@ -97,6 +100,7 @@ test('renders as expected with less than one row', async () => {
97
100
rendered : expect . objectContaining ( {
98
101
type : View ,
99
102
props : {
103
+ collapsable : false ,
100
104
onLayout : expect . any ( Function ) ,
101
105
style : { width : '100%' , flexDirection : 'row' , flexWrap : 'wrap' } ,
102
106
pointerEvents : 'box-none' ,
@@ -159,6 +163,7 @@ test('renders as expected with exactly one row', async () => {
159
163
rendered : expect . objectContaining ( {
160
164
type : View ,
161
165
props : {
166
+ collapsable : false ,
162
167
onLayout : expect . any ( Function ) ,
163
168
style : { width : '100%' , flexDirection : 'row' , flexWrap : 'wrap' } ,
164
169
pointerEvents : 'box-none'
@@ -189,6 +194,7 @@ test('renders as expected with exactly one row', async () => {
189
194
rendered : expect . objectContaining ( {
190
195
type : View ,
191
196
props : {
197
+ collapsable : false ,
192
198
onLayout : expect . any ( Function ) ,
193
199
style : { width : '100%' , flexDirection : 'row' , flexWrap : 'wrap' } ,
194
200
pointerEvents : 'box-none' ,
@@ -271,6 +277,7 @@ test('renders as expected with less than two rows', async () => {
271
277
rendered : expect . objectContaining ( {
272
278
type : View ,
273
279
props : {
280
+ collapsable : false ,
274
281
onLayout : expect . any ( Function ) ,
275
282
style : { width : '100%' , flexDirection : 'row' , flexWrap : 'wrap' } ,
276
283
pointerEvents : 'box-none'
@@ -301,6 +308,7 @@ test('renders as expected with less than two rows', async () => {
301
308
rendered : expect . objectContaining ( {
302
309
type : View ,
303
310
props : {
311
+ collapsable : false ,
304
312
onLayout : expect . any ( Function ) ,
305
313
style : { width : '100%' , flexDirection : 'row' , flexWrap : 'wrap' } ,
306
314
pointerEvents : 'box-none' ,
@@ -421,6 +429,7 @@ test('renders as expected with exactly two rows', async () => {
421
429
rendered : expect . objectContaining ( {
422
430
type : View ,
423
431
props : {
432
+ collapsable : false ,
424
433
onLayout : expect . any ( Function ) ,
425
434
style : { width : '100%' , flexDirection : 'row' , flexWrap : 'wrap' } ,
426
435
pointerEvents : 'box-none'
@@ -451,6 +460,7 @@ test('renders as expected with exactly two rows', async () => {
451
460
rendered : expect . objectContaining ( {
452
461
type : View ,
453
462
props : {
463
+ collapsable : false ,
454
464
onLayout : expect . any ( Function ) ,
455
465
style : { width : '100%' , flexDirection : 'row' , flexWrap : 'wrap' } ,
456
466
pointerEvents : 'box-none' ,
@@ -592,6 +602,7 @@ test('renders as expected with less than three rows', async () => {
592
602
rendered : expect . objectContaining ( {
593
603
type : View ,
594
604
props : {
605
+ collapsable : false ,
595
606
onLayout : expect . any ( Function ) ,
596
607
style : { width : '100%' , flexDirection : 'row' , flexWrap : 'wrap' } ,
597
608
pointerEvents : 'box-none'
@@ -622,6 +633,7 @@ test('renders as expected with less than three rows', async () => {
622
633
rendered : expect . objectContaining ( {
623
634
type : View ,
624
635
props : {
636
+ collapsable : false ,
625
637
onLayout : expect . any ( Function ) ,
626
638
style : { width : '100%' , flexDirection : 'row' , flexWrap : 'wrap' } ,
627
639
pointerEvents : 'box-none' ,
@@ -801,6 +813,7 @@ test('renders as expected with exactly three rows', async () => {
801
813
rendered : expect . objectContaining ( {
802
814
type : View ,
803
815
props : {
816
+ collapsable : false ,
804
817
onLayout : expect . any ( Function ) ,
805
818
style : { width : '100%' , flexDirection : 'row' , flexWrap : 'wrap' } ,
806
819
pointerEvents : 'box-none'
@@ -831,6 +844,7 @@ test('renders as expected with exactly three rows', async () => {
831
844
rendered : expect . objectContaining ( {
832
845
type : View ,
833
846
props : {
847
+ collapsable : false ,
834
848
onLayout : expect . any ( Function ) ,
835
849
style : { width : '100%' , flexDirection : 'row' , flexWrap : 'wrap' } ,
836
850
pointerEvents : 'box-none' ,
@@ -1029,6 +1043,7 @@ test('renders as expected without column spacing', async () => {
1029
1043
rendered : expect . objectContaining ( {
1030
1044
type : View ,
1031
1045
props : {
1046
+ collapsable : false ,
1032
1047
onLayout : expect . any ( Function ) ,
1033
1048
style : { width : '100%' , flexDirection : 'row' , flexWrap : 'wrap' } ,
1034
1049
pointerEvents : 'box-none'
@@ -1059,6 +1074,7 @@ test('renders as expected without column spacing', async () => {
1059
1074
rendered : expect . objectContaining ( {
1060
1075
type : View ,
1061
1076
props : {
1077
+ collapsable : false ,
1062
1078
onLayout : expect . any ( Function ) ,
1063
1079
style : { width : '100%' , flexDirection : 'row' , flexWrap : 'wrap' } ,
1064
1080
pointerEvents : 'box-none' ,
@@ -1251,6 +1267,7 @@ test('renders as expected without row spacing', async () => {
1251
1267
rendered : expect . objectContaining ( {
1252
1268
type : View ,
1253
1269
props : {
1270
+ collapsable : false ,
1254
1271
onLayout : expect . any ( Function ) ,
1255
1272
style : { width : '100%' , flexDirection : 'row' , flexWrap : 'wrap' } ,
1256
1273
pointerEvents : 'box-none'
@@ -1281,6 +1298,7 @@ test('renders as expected without row spacing', async () => {
1281
1298
rendered : expect . objectContaining ( {
1282
1299
type : View ,
1283
1300
props : {
1301
+ collapsable : false ,
1284
1302
onLayout : expect . any ( Function ) ,
1285
1303
style : { width : '100%' , flexDirection : 'row' , flexWrap : 'wrap' } ,
1286
1304
pointerEvents : 'box-none' ,
@@ -1473,6 +1491,7 @@ test('renders as expected without an aspect ratio or row spacing', async () => {
1473
1491
rendered : expect . objectContaining ( {
1474
1492
type : View ,
1475
1493
props : {
1494
+ collapsable : false ,
1476
1495
onLayout : expect . any ( Function ) ,
1477
1496
style : { width : '100%' , flexDirection : 'row' , flexWrap : 'wrap' } ,
1478
1497
pointerEvents : 'box-none'
@@ -1503,6 +1522,7 @@ test('renders as expected without an aspect ratio or row spacing', async () => {
1503
1522
rendered : expect . objectContaining ( {
1504
1523
type : View ,
1505
1524
props : {
1525
+ collapsable : false ,
1506
1526
onLayout : expect . any ( Function ) ,
1507
1527
style : { width : '100%' , flexDirection : 'row' , flexWrap : 'wrap' } ,
1508
1528
pointerEvents : 'box-none' ,
@@ -1686,6 +1706,7 @@ test('renders as expected without an aspect ratio', async () => {
1686
1706
rendered : expect . objectContaining ( {
1687
1707
type : View ,
1688
1708
props : {
1709
+ collapsable : false ,
1689
1710
onLayout : expect . any ( Function ) ,
1690
1711
style : { width : '100%' , flexDirection : 'row' , flexWrap : 'wrap' } ,
1691
1712
pointerEvents : 'box-none'
@@ -1716,6 +1737,7 @@ test('renders as expected without an aspect ratio', async () => {
1716
1737
rendered : expect . objectContaining ( {
1717
1738
type : View ,
1718
1739
props : {
1740
+ collapsable : false ,
1719
1741
onLayout : expect . any ( Function ) ,
1720
1742
style : { width : '100%' , flexDirection : 'row' , flexWrap : 'wrap' } ,
1721
1743
pointerEvents : 'box-none' ,
0 commit comments