Skip to content

Commit

Permalink
docs: update missed default extensions
Browse files Browse the repository at this point in the history
Signed-off-by: Outsider <outsideris@gmail.com>
  • Loading branch information
outsideris committed Mar 15, 2021
1 parent 1c7d181 commit 2e2b47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
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 2e2b47a

Please sign in to comment.