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.