We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45cf87b commit 800c370Copy full SHA for 800c370
docs/rules/prefer-checked.md
@@ -1,4 +1,4 @@
1
-# prefer not.toBeChecked() or not.toBeChecked() over toHaveProperty('checked', true|false) (prefer-enabled-checked)
+# prefer toBeChecked() or not.toBeChecked() over toHaveProperty('checked', true|false) (prefer-enabled-checked)
2
3
## Rule Details
4
@@ -75,5 +75,5 @@ Don't use this rule if you:
75
76
## Further reading
77
78
-- [not.toBeChecked](https://github.com/testing-library/jest-dom#not.toBeChecked)
+- [toBeChecked](https://github.com/testing-library/jest-dom#toBeChecked)
79
- [not.toBeChecked](https://github.com/testing-library/jest-dom#not.toBeChecked)
0 commit comments