Skip to content

Commit 1785f9b

Browse files
forresstnovemberborn
authored andcommitted
Mention ava.config.js in no-import-test-files documentation
1 parent fb3ac90 commit 1785f9b

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
@@ -61,7 +61,7 @@ import utils from '../utils/index.js';
6161

6262
This rule supports the following options:
6363

64-
`files`: An array of strings representing the files glob that AVA will use to find test files. Overrides the default and the configuration found in the `package.json` file.
64+
`files`: An array of strings representing the files glob that AVA will use to find test files. Overrides the default and the configuration found in the `package.json` or `ava.config.js` files.
6565

6666
You can set the options like this:
6767

0 commit comments

Comments
 (0)