Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe
I'm having trouble setup
next/jestwith storybook Import stories.With jest-babel works as expected, migrating to
next/jestit fails to import the config file.import * as globalStorybookConfig from './.storybook/preview';When I remove this line it works, but cannot leverage the global config we need from the storybook.
here is the repro repo based on the
with-jestandwith-jest-babelexamples.Describe the solution you'd like
I want at least some documentation how to setup.
Describe alternatives you've considered
No response
Are you able to assist to bring the feature to reality?
yes, I can
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions