From 8c065dc61e9b8d3f3c38a78a9234dc2633e71944 Mon Sep 17 00:00:00 2001 From: Colin Ihrig Date: Tue, 19 Nov 2024 10:01:30 -0500 Subject: [PATCH] test_runner: mark context.plan() as stable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-By: Moshe Atlow Reviewed-By: Pietro Marchini Reviewed-By: Matteo Collina Reviewed-By: Michaƫl Zasso Reviewed-By: Chemi Atlow --- 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 aa434f6fce6ad4..d8278604305005 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -3314,10 +3314,12 @@ The name of the test. -> 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