Skip to content

Commit 234e07d

Browse files
cjihrigtpoisseau
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: nodejs#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 e5b4af7 commit 234e07d

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
@@ -3345,10 +3345,12 @@ The name of the test.
33453345
added:
33463346
- v22.2.0
33473347
- v20.15.0
3348+
changes:
3349+
- version: REPLACEME
3350+
pr-url: https://github.com/nodejs/node/pull/55895
3351+
description: This function is no longer experimental.
33483352
-->
33493353

3350-
> Stability: 1 - Experimental
3351-
33523354
* `count` {number} The number of assertions and subtests that are expected to run.
33533355

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

0 commit comments

Comments
 (0)