From ec0655339ca2d76e873435bf83d74efc43a11748 Mon Sep 17 00:00:00 2001 From: Lenvin Gonsalves Date: Mon, 18 Jul 2022 21:32:21 +0530 Subject: [PATCH] doc: format test --- doc/api/test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/test.md b/doc/api/test.md index c07edac021e75e..323c41cd94b1d2 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -332,7 +332,7 @@ changes: * `options` {Object} Configuration options for the test. The following properties are supported: * `concurrency` {number|boolean} If a number is provided, - then that many tests would run in parallel. + then that many tests would run in parallel. If truthy, on top level, it would run (number of cpu cores - 1) tests in parallel. For subtests, it will be infinity tests in parallel.