From 62528c5d93f595f36f746cab1b61b67de79e9a5c Mon Sep 17 00:00:00 2001 From: Darren DeRidder Date: Mon, 18 Mar 2024 13:34:59 -0400 Subject: [PATCH] Address PR review comments mocha org --- docs/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/index.md b/docs/index.md index b6a70eba7c..ebc7758922 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 ` Retries failed tests `n` times.