Skip to content

Commit 5e2231e

Browse files
grantgaspMylesBorins
authored andcommitted
test: add a test description
PR-URL: #16833 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
1 parent 4583f1b commit 5e2231e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/parallel/test-cluster-fork-env.js

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
'use strict';
22
require('../common');
3+
4+
// This test checks that arguments provided to cluster.fork() will create
5+
// new environment variables and override existing environment variables
6+
// in the created worker process.
7+
38
const assert = require('assert');
49
const cluster = require('cluster');
510

0 commit comments

Comments
 (0)