Skip to content

Commit

Permalink
fix prettier docs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Mar 14, 2024
1 parent 0466f7a commit e3ec118
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test('renders primary button with default args', () => {

test('renders primary button with overridden props', () => {
// You can override props and they will get merged with values from the story's args
const PrimaryStory = composeStory({ ...Primary, args: { label: 'Hello world'} }, meta);
const PrimaryStory = composeStory({ ...Primary, args: { label: 'Hello world' } }, meta);

render(PrimaryStory.Component, PrimaryStory.props);
const buttonElement = screen.getByText(/Hello world/i);
Expand Down

0 comments on commit e3ec118

Please sign in to comment.