From 26ea8e7f69b6c71da17044fb081e7de60ff61a4a Mon Sep 17 00:00:00 2001 From: cjihrig Date: Mon, 6 Mar 2023 16:38:42 -0500 Subject: [PATCH] doc: add missing test runner flags to man page --test-reporter and --test-reporter-destination were previously missing from the man page. --- doc/node.1 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/node.1 b/doc/node.1 index 21ff43a03f2148..a429aa8fec028e 100644 --- a/doc/node.1 +++ b/doc/node.1 @@ -413,6 +413,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.