mirror of
https://github.com/fluencelabs/js-libp2p-tcp
synced 2025-06-10 09:41:32 +00:00
test: refactor
This commit is contained in:
parent
0d1861a1f8
commit
71a28bb177
@ -11,13 +11,6 @@ const net = require('net')
|
||||
const multiaddr = require('multiaddr')
|
||||
const isCI = process.env.CI
|
||||
|
||||
describe('instantiate the transport', () => {
|
||||
it('create', () => {
|
||||
const tcp = new TCP()
|
||||
expect(tcp).to.exist()
|
||||
})
|
||||
})
|
||||
|
||||
describe('listen', () => {
|
||||
let tcp
|
||||
|
||||
@ -265,8 +258,3 @@ describe('dial', () => {
|
||||
)
|
||||
})
|
||||
})
|
||||
|
||||
describe.skip('turbolence', () => {
|
||||
it('dialer - emits error on the other end is terminated abruptly', (done) => {})
|
||||
it('listener - emits error on the other end is terminated abruptly', (done) => {})
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user