Skip to content

Commit

Permalink
test: add a test description
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
grantgasp authored and gireeshpunathil committed Nov 13, 2017
1 parent 5df47d0 commit 707e71c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/parallel/test-cluster-fork-env.js
Expand Up @@ -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');

Expand Down

0 comments on commit 707e71c

Please sign in to comment.