From b52fccbad845ad11c3b36774a7eb6af0ce740217 Mon Sep 17 00:00:00 2001 From: Moshe Atlow Date: Thu, 18 Aug 2022 23:44:07 +0300 Subject: [PATCH] CR --- doc/api/test.md | 5 ++++- lib/internal/main/test_runner.js | 4 ++-- lib/internal/test_runner/harness.js | 3 ++- lib/internal/test_runner/runner.js | 16 ++++++++++++---- lib/internal/test_runner/test.js | 2 +- lib/test.js | 4 ++-- 6 files changed, 23 insertions(+), 11 deletions(-) diff --git a/doc/api/test.md b/doc/api/test.md index f4624da525534a..33a67d7c885f32 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -316,7 +316,7 @@ Otherwise, the test is considered to be a failure. Test files must be executable by Node.js, but are not required to use the `node:test` module internally. -## `runFiles([options])` +## `run([options])`