Skip to content

Commit c912eaa

Browse files
committed
test: added a test comment
Added comments to the tests to better describe what the test is doing.
1 parent c5f54b1 commit c912eaa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
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)