mirror of
https://github.com/fluencelabs/js-libp2p-websockets
synced 2025-06-23 10:01:51 +00:00
chore: update aegir (#87)
This commit is contained in:
@ -8,7 +8,7 @@ const WS = require('../src')
|
||||
describe('compliance', () => {
|
||||
tests({
|
||||
setup (callback) {
|
||||
let ws = new WS()
|
||||
const ws = new WS()
|
||||
const addrs = [
|
||||
multiaddr('/ip4/127.0.0.1/tcp/9091/ws'),
|
||||
multiaddr('/ip4/127.0.0.1/tcp/9092/wss'),
|
||||
|
Reference in New Issue
Block a user