Skip to content

Commit d264cc4

Browse files
committed
doc: fix typo in test.md
Signed-off-by: Rich Trott <[email protected]>
1 parent 34adeeb commit d264cc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1703,7 +1703,7 @@ changes:
17031703
coverage does not reach the threshold specified, the process will exit with code `1`.
17041704
**Default:** `0`.
17051705
* `env` {Object} Specify environment variables to be passed along to the test process.
1706-
This options is not compatible with `isolation='none'`. These variables will override
1706+
This option is not compatible with `isolation='none'`. These variables will override
17071707
those from the main process, and are not merged with `process.env`.
17081708
**Default:** `process.env`.
17091709
* Returns: {TestsStream}

0 commit comments

Comments
 (0)