Skip to content

Commit b931e61

Browse files
author
Jungku Lee
authored
doc: fix TestsStream parent class
PR-URL: #51181 Fixes: #51174 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
1 parent 2c571c6 commit b931e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/test.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2410,7 +2410,7 @@ changes:
24102410
description: added type to test:pass and test:fail events for when the test is a suite.
24112411
-->
24122412

2413-
* Extends {ReadableStream}
2413+
* Extends {Readable}
24142414

24152415
A successful call to [`run()`][] method will return a new {TestsStream}
24162416
object, streaming a series of events representing the execution of the tests.

0 commit comments

Comments
 (0)