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 08bc617 commit e2c4eae
Showing 1 changed file with 0 additions and 43 deletions.
43 changes: 0 additions & 43 deletions spec/__snapshots__/Storyshots.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -11596,49 +11596,6 @@ Array [
]
`;

exports[`Storyshots Components/RichTextEditor Template Variables 1`] = `
Array [
<span
aria-busy={true}
aria-live="polite"
>
<span
className="react-loading-skeleton LoadingSkeleton"
style={
Object {
"--base-color": "#E1E1E1",
"borderRadius": "4px",
"height": 40,
"width": "100%",
}
}
>
</span>
<br />
</span>,
<span
aria-busy={true}
aria-live="polite"
>
<span
className="react-loading-skeleton LoadingSkeleton"
style={
Object {
"--base-color": "#E1E1E1",
"borderRadius": "4px",
"height": 70,
"width": "100%",
}
}
>
</span>
<br />
</span>,
]
`;

exports[`Storyshots Components/Selects/Async Default 1`] = `
<div
className="FormGroup"
Expand Down

0 comments on commit e2c4eae

Please sign in to comment.