Skip to content

Commit c1c6641

Browse files
styfleaduh95
authored andcommitted
doc: mention default option for test runner env
PR-URL: #61659 Reviewed-By: Ethan Arrowood <[email protected]> Reviewed-By: Jacob Smith <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Pietro Marchini <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Tierney Cyren <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent c4ecfef commit c1c6641

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/api/test.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1561,6 +1561,7 @@ changes:
15611561
* `env` {Object} Specify environment variables to be passed along to the test process.
15621562
This options is not compatible with `isolation='none'`. These variables will override
15631563
those from the main process, and are not merged with `process.env`.
1564+
**Default:** `process.env`.
15641565
* Returns: {TestsStream}
15651566

15661567
**Note:** `shard` is used to horizontally parallelize test running across

0 commit comments

Comments
 (0)