-
-
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
expect('null').toContain(null) should fail #8023
Comments
Let’s also remember #8008 (comment)
EDIT also for Or to get to the root of the problem, see #8033 (comment) |
I vote 3 ("Papa bear"). Also, TIL where the term Goldilocks zone originates 😅 |
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. |
In #8008 (comment), we discovered that
expect('asdf null asdf').toContain(null)
passes and agreed that it shouldn't. This breaking change should be included in the next major. @SimenBThe text was updated successfully, but these errors were encountered: