Skip to content

Commit

Permalink
fix: prefer-explicit-assert options example (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matej Šnuderl authored and Thomas Lombart committed Oct 31, 2019
1 parent 29864ce commit f3c197c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/prefer-explicit-assert.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ This rule accepts a single options argument:
inspection.

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

## When Not To Use It
Expand Down

0 comments on commit f3c197c

Please sign in to comment.