From a5dff7d25a5c0fc62bf7bac91b910e41583a9889 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Wed, 13 Mar 2024 10:17:53 +0100 Subject: [PATCH] add -c option to readme Signed-off-by: Matteo Collina --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 22135fd..e36deff 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ Note the use of `incremental: true`, which speed up compilation massively. ## Options +* `--concurrency` or `-c`, to set the number of concurrent tests. Defaults to the number of available CPUs minus one. * `--coverage` or `-C`, enables code coverage * `--only` or `-o`, only run `node:test` with the `only` option set * `--watch` or `-w`, re-run tests on changes