Skip to content

Commit

Permalink
test_runner: mark context.plan() as stable
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
cjihrig authored and aduh95 committed Nov 26, 2024
1 parent efb9f05 commit 8a5d8c7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/api/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -3343,10 +3343,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
Expand Down

0 comments on commit 8a5d8c7

Please sign in to comment.