Skip to content

Commit 95fcdcb

Browse files
committed
Update test snapshots
1 parent df096ac commit 95fcdcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/scroller/__tests__/__snapshots__/test_scroller.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`component renders 1`] = `
44
<div
5-
className="grid gap-3 grid-cols-2 mt-3"
5+
className="grid gap-3 grid-cols-2 mt-3 w-full"
66
>
77
<button
88
className="btn"

src/popup/__tests__/__snapshots__/test_popup.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ exports[`component renders 1`] = `
2222
</div>
2323
<hr />
2424
<div
25-
className="grid gap-3 grid-cols-2 mt-3"
25+
className="grid gap-3 grid-cols-2 mt-3 w-full"
2626
>
2727
<button
2828
className="btn"

0 commit comments

Comments
 (0)