Skip to content

Commit eccab67

Browse files
committed
fix: failing snapshot
1 parent 86d2acc commit eccab67

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,12 @@ exports[`Thread should match thread snapshot 1`] = `
378378
{
379379
"alignItems": "center",
380380
"flexDirection": "row",
381+
"width": 200,
381382
},
382383
{},
384+
{
385+
"width": 0,
386+
},
383387
]
384388
}
385389
>
@@ -389,6 +393,7 @@ exports[`Thread should match thread snapshot 1`] = `
389393
{
390394
"alignItems": "center",
391395
"flexDirection": "row",
396+
"width": 200,
392397
},
393398
{},
394399
]
@@ -747,8 +752,12 @@ exports[`Thread should match thread snapshot 1`] = `
747752
{
748753
"alignItems": "center",
749754
"flexDirection": "row",
755+
"width": 200,
750756
},
751757
{},
758+
{
759+
"width": 0,
760+
},
752761
]
753762
}
754763
>
@@ -758,6 +767,7 @@ exports[`Thread should match thread snapshot 1`] = `
758767
{
759768
"alignItems": "center",
760769
"flexDirection": "row",
770+
"width": 200,
761771
},
762772
{},
763773
]
@@ -1154,8 +1164,12 @@ exports[`Thread should match thread snapshot 1`] = `
11541164
{
11551165
"alignItems": "center",
11561166
"flexDirection": "row",
1167+
"width": 200,
11571168
},
11581169
{},
1170+
{
1171+
"width": 0,
1172+
},
11591173
]
11601174
}
11611175
>
@@ -1165,6 +1179,7 @@ exports[`Thread should match thread snapshot 1`] = `
11651179
{
11661180
"alignItems": "center",
11671181
"flexDirection": "row",
1182+
"width": 200,
11681183
},
11691184
{},
11701185
]
@@ -1527,8 +1542,12 @@ exports[`Thread should match thread snapshot 1`] = `
15271542
{
15281543
"alignItems": "center",
15291544
"flexDirection": "row",
1545+
"width": 200,
15301546
},
15311547
{},
1548+
{
1549+
"width": 0,
1550+
},
15321551
]
15331552
}
15341553
>
@@ -1538,6 +1557,7 @@ exports[`Thread should match thread snapshot 1`] = `
15381557
{
15391558
"alignItems": "center",
15401559
"flexDirection": "row",
1560+
"width": 200,
15411561
},
15421562
{},
15431563
]

0 commit comments

Comments
 (0)