Skip to content

Commit dc0ec84

Browse files
authored
docs: update missed default extensions (#4608) [ci skip]
Signed-off-by: Outsider <[email protected]>
1 parent 1c7d181 commit dc0ec84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2237,7 +2237,7 @@ Configurations can inherit from other modules using the `extends` keyword. See [
22372237

22382238
## The `test/` Directory
22392239

2240-
By default, `mocha` looks for the glob `"./test/*.js"`, so you may want to put
2240+
By default, `mocha` looks for the glob `"./test/*.{js,cjs,mjs}"`, so you may want to put
22412241
your tests in `test/` folder. If you want to include subdirectories, pass the
22422242
`--recursive` option.
22432243

0 commit comments

Comments
 (0)