From af3a5bec9e30d472116465048dd01949d20503f6 Mon Sep 17 00:00:00 2001 From: Steven Date: Tue, 3 Feb 2026 11:56:00 -0500 Subject: [PATCH] doc: mention default option for test runner env --- doc/api/test.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api/test.md b/doc/api/test.md index 692d8686545040..40fb08d0d5b181 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -1561,6 +1561,7 @@ changes: * `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 those from the main process, and are not merged with `process.env`. + **Default:** `process.env`. * Returns: {TestsStream} **Note:** `shard` is used to horizontally parallelize test running across