Update text expectation for new --inspect-brk message
This commit is contained in:
parent
9d2aa6f1c7
commit
d943519fb4
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ describe('node feature', function () {
|
|||
child.stderr.on('data', function (data) {
|
||||
output += data
|
||||
|
||||
if (output.trim().startsWith('Debugger listening on port')) {
|
||||
if (output.trim().startsWith('Debugger listening on ws://')) {
|
||||
done()
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue