We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4edb139 commit bd1f167Copy full SHA for bd1f167
test/parallel/test-debugger-break.js
@@ -53,6 +53,7 @@ const cli = startCLI(['--port=0', script]);
53
'marks the debugger line');
54
55
await cli.command('sb("break.js", 6)');
56
+ await cli.waitFor(/> 6.*[.\s\S]*debug>/);
57
assert.doesNotMatch(cli.output, /Could not resolve breakpoint/);
58
59
await cli.command('sb("otherFunction()")');
0 commit comments