◐ Shell
clean mode source ↗

doc: fix typo in test.md · nodejs/node@ef413b5

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}