Skip to content

Commit

Permalink
updates snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleshike committed Jan 5, 2024
1 parent 5181b70 commit 5d28a60
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
13 changes: 0 additions & 13 deletions spec/__snapshots__/Storyshots.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1575,7 +1575,6 @@ Array [
exports[`Storyshots Components/Alert Error 1`] = `
<div
className="Alert Alert-error"
style={null}
>
<div
className="Alert__icon"
Expand Down Expand Up @@ -1634,7 +1633,6 @@ exports[`Storyshots Components/Alert Error 1`] = `
exports[`Storyshots Components/Alert Feature 1`] = `
<div
className="Alert Alert-feature"
style={null}
>
<div
className="Alert__icon"
Expand Down Expand Up @@ -1692,7 +1690,6 @@ exports[`Storyshots Components/Alert Feature 1`] = `
exports[`Storyshots Components/Alert Info 1`] = `
<div
className="Alert Alert-info"
style={null}
>
<div
className="Alert__icon"
Expand Down Expand Up @@ -1786,7 +1783,6 @@ exports[`Storyshots Components/Alert Info 1`] = `
exports[`Storyshots Components/Alert Success 1`] = `
<div
className="Alert Alert-success"
style={null}
>
<div
className="Alert__icon"
Expand Down Expand Up @@ -1880,7 +1876,6 @@ exports[`Storyshots Components/Alert Success 1`] = `
exports[`Storyshots Components/Alert Warning 1`] = `
<div
className="Alert Alert-warning"
style={null}
>
<div
className="Alert__icon"
Expand Down Expand Up @@ -1942,7 +1937,6 @@ Array [
</p>,
<div
className="Alert Alert-success"
style={null}
>
<div
className="Alert__icon"
Expand Down Expand Up @@ -2072,7 +2066,6 @@ Array [
</div>,
<div
className="Alert Alert-info"
style={null}
>
<div
className="Alert__icon"
Expand Down Expand Up @@ -2202,7 +2195,6 @@ Array [
</div>,
<div
className="Alert Alert-error"
style={null}
>
<div
className="Alert__icon"
Expand Down Expand Up @@ -2297,7 +2289,6 @@ Array [
</div>,
<div
className="Alert Alert-warning"
style={null}
>
<div
className="Alert__icon"
Expand Down Expand Up @@ -2391,7 +2382,6 @@ Array [
</div>,
<div
className="Alert Alert-feature"
style={null}
>
<div
className="Alert__icon"
Expand Down Expand Up @@ -2492,7 +2482,6 @@ Array [
</p>,
<div
className="Alert Alert-announcement"
style={null}
>
<div
className="Alert__icon"
Expand Down Expand Up @@ -2625,7 +2614,6 @@ Array [
</p>,
<div
className="Alert Alert-announcement"
style={null}
>
<div
className="Alert__icon"
Expand Down Expand Up @@ -2758,7 +2746,6 @@ Array [
exports[`Storyshots Components/Alert With Dismiss 1`] = `
<div
className="Alert Alert-success"
style={null}
>
<div
className="Alert__icon"
Expand Down
1 change: 0 additions & 1 deletion src/Toast/__snapshots__/withToast.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ exports[`test withToast it can create a new Toast message 1`] = `
Array [
<div
className="Alert Alert-success"
style={null}
>
<div
className="Alert__icon"
Expand Down

0 comments on commit 5d28a60

Please sign in to comment.