dance around error checking with this one weird trick
This commit is contained in:
parent
5e4696f4a7
commit
c5f70c8d99
3 changed files with 14 additions and 10 deletions
|
@ -391,7 +391,7 @@ describe('chromium feature', function () {
|
|||
done('user agent is empty')
|
||||
}
|
||||
})
|
||||
var socket = new WebSocket(`ws://127.0.0.1: ${port}`)
|
||||
var socket = new WebSocket(`ws://127.0.0.1:${port}`)
|
||||
assert(socket)
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue