We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compose
Currently there are testing APIs (composeStory, composeStories, setProjectAnnotations) for React and Vue3, but not for other Nextjs.
composeStory
composeStories
setProjectAnnotations
Here's a reference on how it's done for Vue3: https://github.com/storybookjs/storybook/blob/4a6df46b1ab32fa9f8c2b82703a235b158460b14/code/renderers/vue3/src/testing-api.ts
And React: https://github.com/storybookjs/storybook/blob/645439adfbb543b5dadb28a471f2da7166c1c6b1/code/renderers/react/src/testing-api.ts
The text was updated successfully, but these errors were encountered:
yannbf
No branches or pull requests
Currently there are testing APIs (
composeStory
,composeStories
,setProjectAnnotations
) for React and Vue3, but not for other Nextjs.Here's a reference on how it's done for Vue3:
https://github.com/storybookjs/storybook/blob/4a6df46b1ab32fa9f8c2b82703a235b158460b14/code/renderers/vue3/src/testing-api.ts
And React:
https://github.com/storybookjs/storybook/blob/645439adfbb543b5dadb28a471f2da7166c1c6b1/code/renderers/react/src/testing-api.ts
The text was updated successfully, but these errors were encountered: