Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
juergba committed Jun 1, 2021
1 parent 8bdd9cc commit 9eec907
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/index.md
Expand Up @@ -874,6 +874,12 @@ Use this option to have Mocha check for global variables that are leaked while r

> _`--compilers` was removed in v6.0.0. See [further explanation and workarounds][mocha-wiki-compilers]._
### `--dry-run`

> _New in v9.0.0._
Report tests without executing any of them, neither tests nor hooks.

### `--exit`

> _Updated in v4.0.0._
Expand Down Expand Up @@ -2102,6 +2108,7 @@ mocha.setup({
asyncOnly: true,
bail: true,
checkLeaks: true,
dryRun: true,
forbidOnly: true,
forbidPending: true,
global: ['MyLib'],
Expand Down

0 comments on commit 9eec907

Please sign in to comment.