Skip to content

Commit

Permalink
doc: fix TestsStream parent class
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jungku Lee committed Dec 18, 2023
1 parent 2c571c6 commit b931e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b931e61

Please sign in to comment.