summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorMoshe Atlow <moshe@atlow.co.il>2023-05-15 17:27:45 +0300
committerGitHub <noreply@github.com>2023-05-15 14:27:45 +0000
commit7116bc08d7ab94f488452a37985dd584a97e97d2 (patch)
tree6965429bd49f1f728ae122a1b3fb03efc919f387 /doc/api
parent8cbc307c44865703ae6976de94ad3470d5f71518 (diff)
downloadnode-new-7116bc08d7ab94f488452a37985dd584a97e97d2.tar.gz
test_runner: use v8.serialize instead of TAP
PR-URL: https://github.com/nodejs/node/pull/47867 Fixes: https://github.com/nodejs/node/issues/44656 Fixes: https://github.com/nodejs/node/issues/47955 Fixes: https://github.com/nodejs/node/issues/47481 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/cli.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md
index 8fbaeebbcf..dfb29cc4e2 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -2321,7 +2321,8 @@ on unsupported platforms will not be fixed.
### `NODE_TEST_CONTEXT=value`
If `value` equals `'child'`, test reporter options will be overridden and test
-output will be sent to stdout in the TAP format.
+output will be sent to stdout in the TAP format. If any other value is provided,
+Node.js makes no guarantees about the reporter format used or its stability.
### `NODE_TLS_REJECT_UNAUTHORIZED=value`