generated from storybookjs/addon-kit
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Storybook 7 examples are failing with story code is not instrumented error #25
Labels
bug
Something isn't working
Comments
+1 |
1 similar comment
+1 |
@wfigueroa-chwy you need to install @storybook/jest |
but @storybook/jest is installed |
A new version of Storybook (7.5.0) is now available. You should consider upgrading to address the issue. |
Fixed by #27 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Both examples are failing when
test-storybook --coverage
is run.Steps to reproduce the behavior
yarn storybook
to start appyarn test-storybook --coverage
on separate terminalExpected behavior
Successful test coverage report should appear on terminal.
Screenshots and/or logs
Environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: