From 1c71435c2afd85083c71dbc92f60a440f6979718 Mon Sep 17 00:00:00 2001 From: Jungku Lee Date: Mon, 18 Dec 2023 23:08:36 +0900 Subject: [PATCH] doc: fix `TestsStream` parent class PR-URL: https://github.com/nodejs/node/pull/51181 Fixes: https://github.com/nodejs/node/issues/51174 Reviewed-By: Luigi Pinca Reviewed-By: Moshe Atlow Reviewed-By: Chemi Atlow --- doc/api/test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/test.md b/doc/api/test.md index 4b444e2effb218..ce526d17ae7e2b 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -2405,7 +2405,7 @@ changes: description: added type to test:pass and test:fail events for when the test is a suite. --> -* Extends {ReadableStream} +* Extends {Readable} A successful call to [`run()`][] method will return a new {TestsStream} object, streaming a series of events representing the execution of the tests.