mirror of
https://github.com/fluencelabs/js-libp2p-websockets
synced 2025-06-25 01:21:33 +00:00
fix: tests
License: MIT Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
This commit is contained in:
@ -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()
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user