Skip to content

Commit 8c065dc

Browse files
cjihrigruyadorno
authored andcommitted
test_runner: mark context.plan() as stable
This function does not require a CLI flag, does not emit a warning, and is a fairly simple API that is already being used heavily in the ecosystem. This commit marks context.plan() as stable. PR-URL: #55895 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Pietro Marchini <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Chemi Atlow <[email protected]>
1 parent 9f48ca2 commit 8c065dc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/api/test.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -3314,10 +3314,12 @@ The name of the test.
33143314
<!-- YAML
33153315
added:
33163316
- v22.2.0
3317+
changes:
3318+
- version: REPLACEME
3319+
pr-url: https://github.com/nodejs/node/pull/55895
3320+
description: This function is no longer experimental.
33173321
-->
33183322

3319-
> Stability: 1 - Experimental
3320-
33213323
* `count` {number} The number of assertions and subtests that are expected to run.
33223324

33233325
This function is used to set the number of assertions and subtests that are expected to run

0 commit comments

Comments
 (0)