diff --git a/doc/api/test.md b/doc/api/test.md index a35c33c598bf73..e6a1d22c972678 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -2420,7 +2420,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.