summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Ihrig <cjihrig@gmail.com>2023-03-08 16:49:43 -0500
committerMichaël Zasso <targos@protonmail.com>2023-03-14 07:54:10 +0100
commit17d3eb02f79139bfbb6b3bbc5987e1c6275d90b7 (patch)
tree2fa9091103e1334f91bbe31930bf437d833f9198
parent63a83b4451774823c0a6c2c6951eebae32a983c4 (diff)
downloadnode-new-17d3eb02f79139bfbb6b3bbc5987e1c6275d90b7.tar.gz
doc: add missing test runner flags to man page
--test-reporter and --test-reporter-destination were previously missing from the man page. PR-URL: https://github.com/nodejs/node/pull/46982 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
-rw-r--r--doc/node.16
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/node.1 b/doc/node.1
index e316304ec1..114549710f 100644
--- a/doc/node.1
+++ b/doc/node.1
@@ -398,6 +398,12 @@ Starts the Node.js command line test runner.
A regular expression that configures the test runner to only execute tests
whose name matches the provided pattern.
.
+.It Fl -test-reporter
+A test reporter to use when running tests.
+.
+.It Fl -test-reporter-destination
+The destination for the corresponding test reporter.
+.
.It Fl -test-only
Configures the test runner to only execute top level tests that have the `only`
option set.