diff --git a/test/sequential/test-debugger-debug-brk.js b/test/sequential/test-debugger-debug-brk.js index e2733e49dcf67c..086ee2788dee1c 100644 --- a/test/sequential/test-debugger-debug-brk.js +++ b/test/sequential/test-debugger-debug-brk.js @@ -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