Skip to content

Commit

Permalink
Merge pull request #3 from zendesk/dderidder/X-mochajs-pr-review
Browse files Browse the repository at this point in the history
Address PR review comments mocha org
  • Loading branch information
73rhodes authored Mar 18, 2024
2 parents 0fb6ca3 + 62528c5 commit 8a4f2bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -936,6 +936,10 @@ Define a global variable name. For example, suppose your app deliberately expose

By using this option in conjunction with `--check-leaks`, you can specify a whitelist of known global variables that you _expect_ to leak into global scope.

### `--posix-exit-codes`

Exits with standard POSIX exit codes instead of the number of faled tests.

### `--retries <n>`

Retries failed tests `n` times.
Expand Down

0 comments on commit 8a4f2bd

Please sign in to comment.