Skip to content

Commit

Permalink
Update docs/api/portable-stories/portable-stories-vitest.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Yann Braga <[email protected]>
  • Loading branch information
kasperpeulen and yannbf authored Jul 31, 2024
1 parent 89eddca commit 2772623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/portable-stories/portable-stories-vitest.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ sidebar:
| argTypes | `ArgType` | The story's [argTypes](../arg-types.mdx) |
| id | `string` | The story's id |
| parameters | `Record<string, any>` | The story's [parameters](../parameters.mdx) |
| play | `(context) => Promise<void> \| undefined` | Executes the [play function](#3-play) of a given story |
| play | `(context) => Promise<void> \| undefined` | Executes the play function of a given story |
| run | `(context) => Promise<void> \| undefined` | [Mounts and executes the play function](#3-run) of a given story |
| storyName | `string` | The story's name |
| tags | `string[]` | The story's [tags](../../writing-stories/tags.mdx) |
Expand Down

0 comments on commit 2772623

Please sign in to comment.