fix: tests

License: MIT
Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
This commit is contained in:
Alan Shaw
2019-04-17 12:34:56 +01:00
parent f674122b6f
commit 24d0a6132a
6 changed files with 14 additions and 17 deletions

View File

@ -74,8 +74,8 @@ describe('adapter libp2p-websockets', () => {
pull(s, conn, s)
})
})
})
it('.createServer throws in browser', () => {
expect(new WS().createListener).to.throw()
it('.createServer throws in browser', () => {
expect(new WS().createListener).to.throw()
})
})