Skip to content
Open
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
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