Skip to content

Commit

Permalink
rename story
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Aug 18, 2022
1 parent 8ce1905 commit 686132c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ export default {
const Template = (args) => <Page {...args} />;

export const ComponentThrowsErrors = () => {
throw new Error('Component has a failure');
// throw new Error('Component has a failure');
return <div>Oi</div>
}

export const PlayFnThrowsErrors = Template.bind({});
Expand Down

0 comments on commit 686132c

Please sign in to comment.