From 25e13166092b15ee2d9e8fa960d9e2eb64785757 Mon Sep 17 00:00:00 2001 From: Edward Andrew Robinson Date: Fri, 6 Oct 2017 11:23:37 -0700 Subject: [PATCH] test: added a test comment Added comments to the tests to better describe what the test is doing. PR-URL: https://github.com/nodejs/node/pull/16003 Reviewed-By: Ruben Bridgewater Reviewed-By: James M Snell --- test/sequential/test-debugger-debug-brk.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/sequential/test-debugger-debug-brk.js b/test/sequential/test-debugger-debug-brk.js index e2733e49dc..086ee2788d 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