chore: update deps and fix linting

chore: make npm scripts cross platform friendly
This commit is contained in:
Jacob Heun
2018-11-09 13:39:44 +01:00
parent d9c868195a
commit e43827e224
4 changed files with 9084 additions and 6304 deletions

View File

@ -54,7 +54,6 @@ module.exports = (common) => {
tcpListener.listen(mh, () => {
const dialerConn = tcp.dial(mh, () => {
const dialerMuxer = muxer.dialer(dialerConn)
const s1 = dialerMuxer.newStream((err) => {
expect(err).to.not.exist.mark()

View File

@ -80,6 +80,7 @@ function marker (n, done) {
i++
if (err) {
/* eslint-disable-next-line */
console.error('Failed after %s iterations', i)
return done(err)
}