File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ This directory contains modules used to test the Node.js implementation.
9
9
* [ Countdown module] ( #countdown-module )
10
10
* [ DNS module] ( #dns-module )
11
11
* [ Duplex pair helper] ( #duplex-pair-helper )
12
+ * [ Environment variables] ( #environment-variables )
12
13
* [ Fixtures module] ( #fixtures-module )
13
14
* [ Heap dump checker module] ( #heap-dump-checker-module )
14
15
* [ HTTP2 module] ( #http2-module )
@@ -495,6 +496,17 @@ which returns an object `{ clientSide, serverSide }` where each side is a
495
496
496
497
There is no difference between client or server side beyond their names.
497
498
499
+ ## Environment variables
500
+
501
+ The behavior of the Node.js test suite can be altered using the following
502
+ environment variables.
503
+
504
+ ### NODE_TEST_KNOWN_GLOBALS
505
+
506
+ A comma-separated list of variables names that are appended to the global
507
+ variable whitelist. Alternatively, if ` NODE_TEST_KNOWN_GLOBALS ` is set to ` '0' ` ,
508
+ global leak detection is disabled.
509
+
498
510
## Fixtures Module
499
511
500
512
The ` common/fixtures ` module provides convenience methods for working with
You can’t perform that action at this time.
0 commit comments