mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
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: https://github.com/nodejs/node/pull/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>
This commit is contained in:
parent
1d01ad6773
commit
01b9a54a58
@ -3345,10 +3345,12 @@ The name of the test.
|
||||
added:
|
||||
- v22.2.0
|
||||
- v20.15.0
|
||||
changes:
|
||||
- version: REPLACEME
|
||||
pr-url: https://github.com/nodejs/node/pull/55895
|
||||
description: This function is no longer experimental.
|
||||
-->
|
||||
|
||||
> Stability: 1 - Experimental
|
||||
|
||||
* `count` {number} The number of assertions and subtests that are expected to run.
|
||||
|
||||
This function is used to set the number of assertions and subtests that are expected to run
|
||||
|
Loading…
Reference in New Issue
Block a user