test: added a test comment

Added comments to the tests to better describe what the test is doing.

PR-URL: https://github.com/nodejs/node/pull/16003
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
Edward Andrew Robinson 2017-10-06 11:23:37 -07:00 committed by Rich Trott
parent b6a87dbe13
commit 7205e0a0fe

View File

@ -1,8 +1,12 @@
'use strict';
const common = require('../common');
common.skipIfInspectorDisabled();
const fixtures = require('../common/fixtures');
// This test ensures that the debug-brk flag will spin up a new process and
// wait, rather than exit.
const assert = require('assert');
const fixtures = require('../common/fixtures');
const spawn = require('child_process').spawn;
// file name here doesn't actually matter since