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
2 changes: 1 addition & 1 deletion doc/api/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
Loading