We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29864ce commit f3c197cCopy full SHA for f3c197c
docs/rules/prefer-explicit-assert.md
@@ -66,7 +66,7 @@ This rule accepts a single options argument:
66
inspection.
67
68
```js
69
- "testing-library/prefer-expect-query-by": ["error", {"customQueryNames": ["getByIcon", "getBySomethingElse"]}],
+ "testing-library/prefer-explicit-assert": ["error", {"customQueryNames": ["getByIcon", "getBySomethingElse"]}],
70
```
71
72
## When Not To Use It
0 commit comments