From 0c1d19ce097e31d50f5b136e396e90cd3a69e4d0 Mon Sep 17 00:00:00 2001 From: Jungku Lee Date: Sat, 16 Dec 2023 22:53:21 +0900 Subject: [PATCH] doc: fix `TestsStream` parent class --- 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 543982e3c9c4b9..44b91907c3ea8c 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -2410,7 +2410,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.