summaryrefslogtreecommitdiff
path: root/deps/node-inspect/test/cli/watchers.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/node-inspect/test/cli/watchers.test.js')
-rw-r--r--deps/node-inspect/test/cli/watchers.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/node-inspect/test/cli/watchers.test.js b/deps/node-inspect/test/cli/watchers.test.js
index d66f00814c..46bcde19a2 100644
--- a/deps/node-inspect/test/cli/watchers.test.js
+++ b/deps/node-inspect/test/cli/watchers.test.js
@@ -11,7 +11,7 @@ test('stepping through breakpoints', (t) => {
throw error;
}
- return cli.waitFor(/break/)
+ return cli.waitForInitialBreak()
.then(() => cli.waitForPrompt())
.then(() => cli.command('watch("x")'))
.then(() => cli.command('watch("\\"Hello\\"")'))