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 <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Vse Mozhet Byt <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
  • Loading branch information
grantgasp authored and MylesBorins committed Nov 17, 2017
1 parent ccd3646 commit 4f587e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/parallel/test-cluster-fork-env.js
Original file line number Diff line number Diff line change
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 4f587e5

Please sign in to comment.