Skip to content

Commit f3c197c

Browse files
Matej Šnuderlthomaslombart
Matej Šnuderl
authored andcommitted
fix: prefer-explicit-assert options example (#39)
1 parent 29864ce commit f3c197c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/prefer-explicit-assert.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This rule accepts a single options argument:
6666
inspection.
6767

6868
```js
69-
"testing-library/prefer-expect-query-by": ["error", {"customQueryNames": ["getByIcon", "getBySomethingElse"]}],
69+
"testing-library/prefer-explicit-assert": ["error", {"customQueryNames": ["getByIcon", "getBySomethingElse"]}],
7070
```
7171

7272
## When Not To Use It

0 commit comments

Comments
 (0)