We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54768f5 commit 35fc317Copy full SHA for 35fc317
test/parallel/test-cluster-fork-env.js
@@ -21,6 +21,11 @@
21
22
'use strict';
23
require('../common');
24
+
25
+// This test checks that arguments provided to cluster.fork() will create
26
+// new environment variables and override existing environment variables
27
+// in the created worker process.
28
29
const assert = require('assert');
30
const cluster = require('cluster');
31
0 commit comments