Skip to content

Commit

Permalink
docs: update missed default extensions (#4608) [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: Outsider <outsideris@gmail.com>
  • Loading branch information
outsideris authored and juergba committed Apr 3, 2021
1 parent 1c7d181 commit 524008e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -2237,7 +2237,7 @@ Configurations can inherit from other modules using the `extends` keyword. See [

## The `test/` Directory

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

Expand Down

0 comments on commit 524008e

Please sign in to comment.