Skip to content

Commit c599470

Browse files
jscheffnersindresorhus
authored andcommitted
Fix typo in no-import-test-files docs (#280)
1 parent 47e43d1 commit c599470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-import-test-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ See also [AVA's configuration](https://github.com/avajs/ava/blob/master/docs/06-
4949
You can set the options like this:
5050

5151
```js
52-
"ava/no-ignored-test-files": ["error", {"files": ["lib/**/*.test.js", "utils/**/*.test.js"]}]
52+
"ava/no-import-test-files": ["error", {"files": ["lib/**/*.test.js", "utils/**/*.test.js"]}]
5353
```

0 commit comments

Comments
 (0)