Skip to content

Commit 35fc317

Browse files
grantgaspevanlucas
authored andcommitted
test: add a test description
PR-URL: #16833 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
1 parent 54768f5 commit 35fc317

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
@@ -21,6 +21,11 @@
2121

2222
'use strict';
2323
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+
2429
const assert = require('assert');
2530
const cluster = require('cluster');
2631

0 commit comments

Comments
 (0)