-
-
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
Do not modify stack trace of JestAssertionError #4516
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4516 +/- ##
=======================================
Coverage 56.83% 56.83%
=======================================
Files 186 186
Lines 6306 6306
Branches 3 3
=======================================
Hits 3584 3584
Misses 2721 2721
Partials 1 1 Continue to review full report at Codecov.
|
Added tests. |
Thanks for sending a PR! |
* Do not modify stack trace of JestAssertionError. * Added test for stack trace of nested matchers. * Fixed test for nested matcher and added test for normal matchers. * Only comparing line numbers in test because function names in stack trace seem to be platform dependent.
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. |
Summary
Fixes #4515
Test plan
No test plan yet.