From d264cc47a15bf659344cf8ffb775c3150a70582d Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 25 Apr 2026 15:57:24 -0700 Subject: [PATCH] doc: fix typo in test.md Signed-off-by: Rich Trott --- doc/api/test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/test.md b/doc/api/test.md index c58d59d6717812..4654e6c1504938 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -1703,7 +1703,7 @@ changes: coverage does not reach the threshold specified, the process will exit with code `1`. **Default:** `0`. * `env` {Object} Specify environment variables to be passed along to the test process. - This options is not compatible with `isolation='none'`. These variables will override + This option is not compatible with `isolation='none'`. These variables will override those from the main process, and are not merged with `process.env`. **Default:** `process.env`. * Returns: {TestsStream}