Skip to content

Commit 0f73e96

Browse files
Trotttniessen
andauthored
Update test/sequential/test-debugger-sb-before-load.js
Co-authored-by: Tobias Nießen <tniessen@tnie.de>
1 parent a375911 commit 0f73e96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/sequential/test-debugger-sb-before-load.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const cli = startCLI([script]);
2626
assert.match(cli.output, /not loaded yet/,
2727
'warns that the script was not loaded yet');
2828
await cli.stepCommand('cont');
29-
assert.ok(cli.output.includes, `break in ${otherScript}:2`,
29+
assert.ok(cli.output.includes(`break in ${otherScript}:2`),
3030
'found breakpoint in file that was not loaded yet');
3131
})()
3232
.then(common.mustCall())

0 commit comments

Comments
 (0)