From 066639c6947c70bfba785365d5f031a8414115d8 Mon Sep 17 00:00:00 2001 From: Kelechi Ebiri <56020538+TG199@users.noreply.github.com> Date: Tue, 26 Nov 2024 01:05:38 +0100 Subject: [PATCH] Update docs/index.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Josh Goldberg ✨ --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 74ab2db42b..90e14e8a3d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -934,7 +934,7 @@ If set to `true`, Mocha returns exit code `0` even if there are failed tests dur ### `--fail-zero` -> _Since in v9.1.0_ +> _Since v9.1.0_ Fail test run if no tests are encountered with `exit-code: 1`.