node/lib/internal/test_runner
cjihrig 1abdd66da3 test_runner: use run() argument names in parseCommandLine()
This commit updates parseCommandLine() to use the names supported
by run(). This removes some unnecessary renaming code, and allows
node:test and run() to more easily share code.

PR-URL: https://github.com/nodejs/node/pull/54353
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2024-08-15 13:52:53 +00:00
..
mock test_runner: do not expose internal loader 2024-08-13 15:17:50 +02:00
reporter test_runner: added colors to dot reporter 2024-07-23 12:39:10 +03:00
coverage.js test_runner: refactor coverage to pass in config options 2024-07-22 04:26:43 +00:00
harness.js test_runner: remove redundant bootstrap boolean 2024-07-27 13:27:03 +00:00
runner.js test_runner: fix delete test file cause dependency file not watched 2024-08-14 15:43:10 +00:00
snapshot.js test_runner: refactor snapshots to get file from context 2024-07-17 07:01:22 +00:00
test.js test_runner: use run() argument names in parseCommandLine() 2024-08-15 13:52:53 +00:00
tests_stream.js test_runner,doc: align documentation with actual stdout/stderr behavior 2024-05-28 19:44:16 +00:00
utils.js test_runner: use run() argument names in parseCommandLine() 2024-08-15 13:52:53 +00:00