Skip to content

Commit d8b345d

Browse files
committed
fix: update tests
1 parent c0ec10d commit d8b345d

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

tests/__snapshots__/snapshot.test.js.snap

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22028,12 +22028,6 @@ exports[`TextInput_3 1`] = `
2202822028
exports[`TextInput_4 1`] = `<div />`;
2202922029

2203022030
exports[`Toast_0 1`] = `
22031-
<h3>
22032-
Go
22033-
</h3>
22034-
`;
22035-
22036-
exports[`Toast_1 1`] = `
2203722031
<div>
2203822032
<div
2203922033
data-focusable={true}
@@ -22923,7 +22917,7 @@ exports[`Toast_1 1`] = `
2292322917
"flexBasis": "auto",
2292422918
"flexDirection": "column",
2292522919
"flexShrink": 0,
22926-
"left": "0px",
22920+
"left": "32px",
2292722921
"marginBottom": "0px",
2292822922
"marginLeft": "auto",
2292922923
"marginRight": "auto",
@@ -22940,7 +22934,7 @@ exports[`Toast_1 1`] = `
2294022934
"paddingRight": "0px",
2294122935
"paddingTop": "0px",
2294222936
"position": "absolute",
22943-
"right": "0px",
22937+
"right": "32px",
2294422938
"top": "10px",
2294522939
"zIndex": 100,
2294622940
}
@@ -22949,7 +22943,7 @@ exports[`Toast_1 1`] = `
2294922943
</div>
2295022944
`;
2295122945

22952-
exports[`Toast_2 1`] = `<div />`;
22946+
exports[`Toast_1 1`] = `<div />`;
2295322947

2295422948
exports[`Typography_0 1`] = `
2295522949
<div>

0 commit comments

Comments
 (0)