Skip to content

Commit 859ce10

Browse files
earobinsontargos
authored andcommitted
test: added a test comment
Added comments to the tests to better describe what the test is doing. PR-URL: #16003 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 78ffdb8 commit 859ce10

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/sequential/test-debugger-debug-brk.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
'use strict';
22
const common = require('../common');
33
common.skipIfInspectorDisabled();
4-
const fixtures = require('../common/fixtures');
4+
5+
// This test ensures that the debug-brk flag will spin up a new process and
6+
// wait, rather than exit.
7+
58
const assert = require('assert');
9+
const fixtures = require('../common/fixtures');
610
const spawn = require('child_process').spawn;
711

812
// file name here doesn't actually matter since

0 commit comments

Comments
 (0)