Skip to content

Commit b282a0a

Browse files
cjihrigtargos
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 <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>
1 parent 63544b7 commit b282a0a

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
@@ -413,6 +413,12 @@ Starts the Node.js command line test runner.
413413
A regular expression that configures the test runner to only execute tests
414414
whose name matches the provided pattern.
415415
.
416+
.It Fl -test-reporter
417+
A test reporter to use when running tests.
418+
.
419+
.It Fl -test-reporter-destination
420+
The destination for the corresponding test reporter.
421+
.
416422
.It Fl -test-only
417423
Configures the test runner to only execute top level tests that have the `only`
418424
option set.

0 commit comments

Comments
 (0)