Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: mention default option for test runner env
  • Loading branch information
styfle committed Feb 3, 2026
commit af3a5bec9e30d472116465048dd01949d20503f6
1 change: 1 addition & 0 deletions doc/api/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading