test: refactor

This commit is contained in:
David Dias 2018-02-07 05:59:34 +00:00
parent 0d1861a1f8
commit 71a28bb177

View File

@ -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) => {})
})