js-libp2p/tests/06-conn-upgrade-secio-test.js

13 lines
298 B
JavaScript
Raw Normal View History

2016-03-23 08:14:06 +00:00
/* eslint-env mocha */
describe('secio conn upgrade (on TCP)', function () {
this.timeout(20000)
before((done) => { done() })
after((done) => { done() })
it.skip('add', (done) => {})
it.skip('dial', (done) => {})
it.skip('tls on a muxed stream (not the full conn)', (done) => {})
})