-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
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
Storyshots breaking with latest native storybook #2325
Comments
We need storyshots in our cra and maybe crna example too so we can test test and catch these regressions. |
I'm getting the same error, It appeared after upgrade from RN48 to RN50, This bug is very annoying since the CI pipeline of my company is locked to accept only commits that pass all stages 😒 |
Seems that this issue is with Jest itself. First install the package in
This will add a mock to PNG images, instead try import it. |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 60 days. Thanks! |
the @rodriguesbreno solution worked for me with this package.json configuration
But, i receive this warning in the console.
I think we need a better solution. Is a jest issue? |
@rodriguesbreno i added
but it fails with
EDIT: jest-static-stubs was not installed, i seem to have overwritten the package.json while installing the module... |
Versions
The text was updated successfully, but these errors were encountered: