-
Notifications
You must be signed in to change notification settings - Fork 32
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
feat: Added test:debug script #1628
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. I think the version I had for debugging before didn't work in watch mode, so nice to have it (as well as have it documented)
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1628 +/- ##
=======================================
Coverage 46.71% 46.71%
=======================================
Files 583 583
Lines 36308 36308
Branches 9094 9094
=======================================
Hits 16961 16961
Misses 19295 19295
Partials 52 52
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Debug w/ input for file is sweet. Just a few small things
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wait 1 more suggestion. Only run unit tests, not all tests. Add --config jest.config.unit.cjs
to the command in both spots
Added a
test:debug
npm script.resolves #1627