Skip to content

Commit ce07299

Browse files
cjihrigRafaelGSS
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 d5051d0 commit ce07299

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/api/test.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3032,10 +3032,13 @@ The name of the test.
30323032
<!-- YAML
30333033
added:
30343034
- v20.15.0
3035+
- v22.2.0
3036+
changes:
3037+
- version: REPLACEME
3038+
pr-url: https://github.com/nodejs/node/pull/55895
3039+
description: This function is no longer experimental.
30353040
-->
30363041

3037-
> Stability: 1 - Experimental
3038-
30393042
* `count` {number} The number of assertions and subtests that are expected to run.
30403043

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

0 commit comments

Comments
 (0)