mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-07-04 11:21:33 +00:00
13 lines
298 B
JavaScript
13 lines
298 B
JavaScript
![]() |
/* 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) => {})
|
||
|
})
|