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

14 lines
311 B
JavaScript
Raw Normal View History

2016-03-23 08:14:06 +00:00
/* eslint-env mocha */
2016-03-23 16:10:12 +01:00
'use strict'
2016-03-23 08:14:06 +00:00
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) => {})
})