Skip to content

Commit

Permalink
Fix play function
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Apr 25, 2024
1 parent 7c89f0f commit 397ab28
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export const WithSearchResults: Story = {
await fireEvent.click(moduleSingleExport);

expect(args.onCreateNewStory).toHaveBeenCalledWith({
componentExportCount: 1,
componentExportName: 'default',
componentFilePath: 'src/module-single-export.js',
componentIsDefaultExport: true,
Expand Down

0 comments on commit 397ab28

Please sign in to comment.