diff --git a/doc/node.1 b/doc/node.1 index e316304ec1e347..114549710f81fa 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.