Skip to content

Commit

Permalink
test: added a test comment
Browse files Browse the repository at this point in the history
Added comments to the tests to better describe what the test is doing.

PR-URL: #16003
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
earobinson authored and targos committed Oct 18, 2017
1 parent 460e293 commit 56dd825
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/sequential/test-debugger-debug-brk.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 56dd825

Please sign in to comment.