Skip to content

Commit ef413b5

Browse files
Trottaduh95
authored andcommitted
doc: fix typo in test.md
Signed-off-by: Rich Trott <[email protected]> PR-URL: #62960 Reviewed-By: Jacob Smith <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Сковорода Никита Андреевич <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ulises Gascón <[email protected]>
1 parent 16e8c2b commit ef413b5

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
@@ -1600,7 +1600,7 @@ changes:
16001600
coverage does not reach the threshold specified, the process will exit with code `1`.
16011601
**Default:** `0`.
16021602
* `env` {Object} Specify environment variables to be passed along to the test process.
1603-
This options is not compatible with `isolation='none'`. These variables will override
1603+
This option is not compatible with `isolation='none'`. These variables will override
16041604
those from the main process, and are not merged with `process.env`.
16051605
**Default:** `process.env`.
16061606
* Returns: {TestsStream}

0 commit comments

Comments
 (0)