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 authored and richardlau committed Mar 25, 2024
1 parent 23414a6 commit 184b8be
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 @@ -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.
Expand Down

0 comments on commit 184b8be

Please sign in to comment.