From a961a290edcbd6b57d61732d95f04f1222b9474f Mon Sep 17 00:00:00 2001 From: cjihrig Date: Sun, 17 Nov 2024 09:55:54 -0500 Subject: [PATCH] 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. --- doc/api/test.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/api/test.md b/doc/api/test.md index 37977a9b8a56f4..b55eb74e85f1d6 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -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