Skip to content

Commit 6a0c1d0

Browse files
cjihrigdanielleadams
authored andcommitted
doc: add missing test runner flags to man page
--test-reporter and --test-reporter-destination were previously missing from the man page. PR-URL: #46982 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
1 parent 78b79c0 commit 6a0c1d0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/node.1

+6
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,12 @@ Starts the Node.js command line test runner.
398398
A regular expression that configures the test runner to only execute tests
399399
whose name matches the provided pattern.
400400
.
401+
.It Fl -test-reporter
402+
A test reporter to use when running tests.
403+
.
404+
.It Fl -test-reporter-destination
405+
The destination for the corresponding test reporter.
406+
.
401407
.It Fl -test-only
402408
Configures the test runner to only execute top level tests that have the `only`
403409
option set.

0 commit comments

Comments
 (0)