Skip to content

Commit e6ca1fa

Browse files
authored
doc: fix typo in test.md
Signed-off-by: Rich Trott <rtrott@gmail.com> PR-URL: #62960 Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
1 parent 27c7f4d commit e6ca1fa

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)