Skip to content

Commit 5bf54c9

Browse files
committed
fix: update jest
1 parent 886ddaa commit 5bf54c9

File tree

1 file changed

+44
-24
lines changed

1 file changed

+44
-24
lines changed

app/containers/Chip/__snapshots__/Chip.test.tsx.snap

Lines changed: 44 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ exports[`Story Snapshots: ChipFullWidth should match snapshot 1`] = `
4545
{
4646
"borderRadius": 4,
4747
"justifyContent": "center",
48-
"marginRight": 8,
48+
"marginHorizontal": 4,
4949
"maxWidth": 192,
50-
"paddingHorizontal": 8,
50+
"paddingHorizontal": 4,
5151
},
5252
{
53-
"backgroundColor": "#F2F3F5",
53+
"backgroundColor": "#E4E7EA",
5454
"maxWidth": undefined,
5555
},
5656
undefined,
@@ -70,7 +70,7 @@ exports[`Story Snapshots: ChipFullWidth should match snapshot 1`] = `
7070
[
7171
{
7272
"marginRight": 8,
73-
"maxWidth": 120,
73+
"maxWidth": 110,
7474
},
7575
{
7676
"maxWidth": undefined,
@@ -154,6 +154,7 @@ exports[`Story Snapshots: ChipText should match snapshot 1`] = `
154154
},
155155
{
156156
"backgroundColor": "#E4E7EA",
157+
"maxWidth": 192,
157158
},
158159
undefined,
159160
]
@@ -224,10 +225,13 @@ exports[`Story Snapshots: ChipText should match snapshot 1`] = `
224225
</View>
225226
<View
226227
style={
227-
{
228-
"marginRight": 8,
229-
"maxWidth": 110,
230-
}
228+
[
229+
{
230+
"marginRight": 8,
231+
"maxWidth": 110,
232+
},
233+
undefined,
234+
]
231235
}
232236
>
233237
<Text
@@ -332,6 +336,7 @@ exports[`Story Snapshots: ChipWithShortText should match snapshot 1`] = `
332336
},
333337
{
334338
"backgroundColor": "#E4E7EA",
339+
"maxWidth": 192,
335340
},
336341
undefined,
337342
]
@@ -402,10 +407,13 @@ exports[`Story Snapshots: ChipWithShortText should match snapshot 1`] = `
402407
</View>
403408
<View
404409
style={
405-
{
406-
"marginRight": 8,
407-
"maxWidth": 110,
408-
}
410+
[
411+
{
412+
"marginRight": 8,
413+
"maxWidth": 110,
414+
},
415+
undefined,
416+
]
409417
}
410418
>
411419
<Text
@@ -510,6 +518,7 @@ exports[`Story Snapshots: ChipWithoutAvatar should match snapshot 1`] = `
510518
},
511519
{
512520
"backgroundColor": "#E4E7EA",
521+
"maxWidth": 192,
513522
},
514523
undefined,
515524
]
@@ -525,10 +534,13 @@ exports[`Story Snapshots: ChipWithoutAvatar should match snapshot 1`] = `
525534
>
526535
<View
527536
style={
528-
{
529-
"marginRight": 8,
530-
"maxWidth": 110,
531-
}
537+
[
538+
{
539+
"marginRight": 8,
540+
"maxWidth": 110,
541+
},
542+
undefined,
543+
]
532544
}
533545
>
534546
<Text
@@ -633,6 +645,7 @@ exports[`Story Snapshots: ChipWithoutAvatarAndIcon should match snapshot 1`] = `
633645
},
634646
{
635647
"backgroundColor": "#E4E7EA",
648+
"maxWidth": 192,
636649
},
637650
undefined,
638651
]
@@ -648,10 +661,13 @@ exports[`Story Snapshots: ChipWithoutAvatarAndIcon should match snapshot 1`] = `
648661
>
649662
<View
650663
style={
651-
{
652-
"marginRight": 8,
653-
"maxWidth": 110,
654-
}
664+
[
665+
{
666+
"marginRight": 8,
667+
"maxWidth": 110,
668+
},
669+
undefined,
670+
]
655671
}
656672
>
657673
<Text
@@ -730,6 +746,7 @@ exports[`Story Snapshots: ChipWithoutIcon should match snapshot 1`] = `
730746
},
731747
{
732748
"backgroundColor": "#E4E7EA",
749+
"maxWidth": 192,
733750
},
734751
undefined,
735752
]
@@ -800,10 +817,13 @@ exports[`Story Snapshots: ChipWithoutIcon should match snapshot 1`] = `
800817
</View>
801818
<View
802819
style={
803-
{
804-
"marginRight": 8,
805-
"maxWidth": 110,
806-
}
820+
[
821+
{
822+
"marginRight": 8,
823+
"maxWidth": 110,
824+
},
825+
undefined,
826+
]
807827
}
808828
>
809829
<Text

0 commit comments

Comments
 (0)