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.3.1
Steps to reproduce
Expected behavior
Use .toMatchObject to check that a JavaScript object matches a subset of the properties of an object.
{}
does not containsSymbol('foo')
so assertion should failActual behavior
test passes
Additional context
Seems to be already reported by #6466
However issue is closed
Environment
The text was updated successfully, but these errors were encountered: