test: add a test description

PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
Grant Gasparyan 2017-11-06 17:37:28 +01:00 committed by Gireesh Punathil
parent 5df47d0b06
commit 707e71c1cc

View File

@ -21,6 +21,11 @@
'use strict';
require('../common');
// This test checks that arguments provided to cluster.fork() will create
// new environment variables and override existing environment variables
// in the created worker process.
const assert = require('assert');
const cluster = require('cluster');