js-libp2p/test/06-conn-upgrade-secio.node.js
2016-03-23 16:10:12 +01:00

14 lines
311 B
JavaScript

/* eslint-env mocha */
'use strict'
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) => {})
})