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.
  • Loading branch information
earobinson committed Oct 11, 2017
1 parent c5f54b1 commit c912eaa
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 c912eaa

Please sign in to comment.