-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Fixes 7099 - Better error messages when the jest environment is used after teardown by async code #7756
Fixes 7099 - Better error messages when the jest environment is used after teardown by async code #7756
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7756 +/- ##
==========================================
- Coverage 68.39% 68.36% -0.04%
==========================================
Files 252 252
Lines 9694 9700 +6
Branches 6 5 -1
==========================================
+ Hits 6630 6631 +1
- Misses 3062 3067 +5
Partials 2 2
Continue to review full report at Codecov.
|
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.
LGTM
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.
Thanks!
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I fixed the issue 7099, following the directions provided by @SimenB.
Fixes #7099
Summary
It's a tweak to help people use existing functionality correctly, as described in the issue
Test plan
I added an integration test that validates the behaviour.