Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Oct 10, 2022
1 parent 618df04 commit c5d6329
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ exports[`Storyshots Another Button with text 1`] = `
</Button>
`;

exports[`Storyshots Async with 5ms timeout simulating async operation 1`] = `
<AsyncTestComponent>
<h1 />
</AsyncTestComponent>
`;

exports[`Storyshots Button With Text 1`] = `
<Button
onClick={[Function]}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ exports[`Storyshots Another Button with text 1`] = `
</button>
`;

exports[`Storyshots Async with 5ms timeout simulating async operation 1`] = `
<h1>
</h1>
`;

exports[`Storyshots Button With Text 1`] = `
<button
onClick={[Function]}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ exports[`Storyshots Another Button with text 1`] = `
</button>
`;

exports[`Storyshots Async with 5ms timeout simulating async operation 1`] = `
<h1>
</h1>
`;

exports[`Storyshots Button With Text 1`] = `
<button
onClick={[Function]}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ exports[`Storyshots Another Button with text 1`] = `
</button>
`;

exports[`Storyshots Async with 5ms timeout simulating async operation 1`] = `
<h1>
</h1>
`;

exports[`Storyshots Button With Text 1`] = `
<button
onClick={[Function]}
Expand Down

0 comments on commit c5d6329

Please sign in to comment.