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
toStrictEqual
The prefer-to-length-rule only warns on toBe(n) calls, but not on toStrictEqual(n). Which is pretty much the same.
toBe(n)
toStrictEqual(n)
Can we get support for this?
The text was updated successfully, but these errors were encountered:
eacb78a
🎉 This issue has been resolved in version 22.17.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
No branches or pull requests
The prefer-to-length-rule only warns on
toBe(n)
calls, but not ontoStrictEqual(n)
. Which is pretty much the same.Can we get support for this?
The text was updated successfully, but these errors were encountered: