-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Diff doesn't be displayed when object has Symbol value #2089
Comments
I just ran into this, the |
It seems the reporters like |
Good stuff, is it possible to fix the black-holed error too? |
Hmm, I don't know how to fix this. My PR just adds handling of |
I've created a draft PR which attempts to solve the swallowed-error problem: #2096 |
Great! |
When I assert an object that has a
Symbol
value, the test doesn't display diff even if it fails. For example, the following test fails without generating diff.result:
Then I found the
stringify
function in lib/utils throws a following error when the argument object has aSymbol
value.environment:
The text was updated successfully, but these errors were encountered: