Skip to content

Commit 01b9a54

Browse files
authored
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 <yagiz@nizipli.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
1 parent 1d01ad6 commit 01b9a54

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/api/test.md

Lines changed: 4 additions & 2 deletions
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)