From 32d0106bb07a766f5fd675846ff05e513de3d678 Mon Sep 17 00:00:00 2001 From: juergba Date: Sat, 21 Sep 2019 08:38:45 +0200 Subject: [PATCH] documentation --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 98c665b4f7..5dac9ff173 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1569,7 +1569,7 @@ mocha.setup({ // Use "tdd" interface, ignore leaks, and force all tests to be asynchronous mocha.setup({ ui: 'tdd', - ignoreLeaks: true, + checkLeaks: false, // default asyncOnly: true }); ```