You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
Version
29.7.0
Steps to reproduce
Expected behavior
They should match
Actual behavior
They didn't match
Additional context
The issues has occurred before mobxjs/mobx#1613 and is fixed in https://github.com/jestjs/jest/pull/7448/files.
It works fine on [email protected] but breaks after I upgrade it to [email protected]
For curiosity, I add some console.log to my test and I see these symbols are not enumerable.
However, when adding console.log to code in
pretty-format
in getKeysOfEnumerableProperties function, these symbols become enumerable.Environment
System: OS: macOS 13.6.1 CPU: (10) arm64 Apple M1 Max Binaries: Node: 20.8.1 - /opt/homebrew/bin/node Yarn: 1.22.18 - /opt/homebrew/bin/yarn npm: 10.1.0 - /opt/homebrew/bin/npm npmPackages: jest: ^29.7.0 => 29.7.0
The text was updated successfully, but these errors were encountered: