Skip to content

Commit 0261ac9

Browse files
committed
fix: update snapshot again
1 parent 3874970 commit 0261ac9

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

package/src/components/Thread/__tests__/__snapshots__/Thread.test.js.snap

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -378,12 +378,9 @@ exports[`Thread should match thread snapshot 1`] = `
378378
{
379379
"alignItems": "center",
380380
"flexDirection": "row",
381-
"width": 200,
382381
},
383382
{},
384-
{
385-
"width": 0,
386-
},
383+
{},
387384
]
388385
}
389386
>
@@ -393,7 +390,6 @@ exports[`Thread should match thread snapshot 1`] = `
393390
{
394391
"alignItems": "center",
395392
"flexDirection": "row",
396-
"width": 200,
397393
},
398394
{},
399395
]
@@ -752,12 +748,9 @@ exports[`Thread should match thread snapshot 1`] = `
752748
{
753749
"alignItems": "center",
754750
"flexDirection": "row",
755-
"width": 200,
756751
},
757752
{},
758-
{
759-
"width": 0,
760-
},
753+
{},
761754
]
762755
}
763756
>
@@ -767,7 +760,6 @@ exports[`Thread should match thread snapshot 1`] = `
767760
{
768761
"alignItems": "center",
769762
"flexDirection": "row",
770-
"width": 200,
771763
},
772764
{},
773765
]
@@ -1164,12 +1156,9 @@ exports[`Thread should match thread snapshot 1`] = `
11641156
{
11651157
"alignItems": "center",
11661158
"flexDirection": "row",
1167-
"width": 200,
11681159
},
11691160
{},
1170-
{
1171-
"width": 0,
1172-
},
1161+
{},
11731162
]
11741163
}
11751164
>
@@ -1179,7 +1168,6 @@ exports[`Thread should match thread snapshot 1`] = `
11791168
{
11801169
"alignItems": "center",
11811170
"flexDirection": "row",
1182-
"width": 200,
11831171
},
11841172
{},
11851173
]
@@ -1542,12 +1530,9 @@ exports[`Thread should match thread snapshot 1`] = `
15421530
{
15431531
"alignItems": "center",
15441532
"flexDirection": "row",
1545-
"width": 200,
15461533
},
15471534
{},
1548-
{
1549-
"width": 0,
1550-
},
1535+
{},
15511536
]
15521537
}
15531538
>
@@ -1557,7 +1542,6 @@ exports[`Thread should match thread snapshot 1`] = `
15571542
{
15581543
"alignItems": "center",
15591544
"flexDirection": "row",
1560-
"width": 200,
15611545
},
15621546
{},
15631547
]

0 commit comments

Comments
 (0)