Skip to content

Commit 8a5d8c7

Browse files
cjihrigaduh95
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 <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 efb9f05 commit 8a5d8c7

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
@@ -3343,10 +3343,12 @@ The name of the test.
33433343
added:
33443344
- v22.2.0
33453345
- v20.15.0
3346+
changes:
3347+
- version: REPLACEME
3348+
pr-url: https://github.com/nodejs/node/pull/55895
3349+
description: This function is no longer experimental.
33463350
-->
33473351

3348-
> Stability: 1 - Experimental
3349-
33503352
* `count` {number} The number of assertions and subtests that are expected to run.
33513353

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

0 commit comments

Comments
 (0)