-
Notifications
You must be signed in to change notification settings - Fork 72
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
Fix extra args not being passed to jest #322
Conversation
f0cb9ce
to
9f94208
Compare
Could someone pretty please take a look at this PR? Right now the only way I know to update the coverage report is to run all of the Storybook tests. This can be very time consuming. Thanks! |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## next #322 +/- ##
==========================================
+ Coverage 75.30% 77.17% +1.87%
==========================================
Files 8 11 +3
Lines 166 184 +18
Branches 35 39 +4
==========================================
+ Hits 125 142 +17
- Misses 41 42 +1
☔ View full report in Codecov by Sentry. |
Hey @zyulyaev thank you so so much for your contribution! <3 |
Hi there, just curious, why did this go to "next" as a pre-release rather than being released as a bugfix in a version |
🚀 PR was released in |
Describe the bug
When you try to run
npx test-storybook TestName
in order to run tests on a specific file - you get the following error:Expected behavior
Specified test file is executed.
Version
Published prerelease version:
v0.11.1-next.1
Changelog
🐛 Bug Fix
Authors: 4