mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-06-15 10:11:22 +00:00
rm laf
This commit is contained in:
@ -6,7 +6,6 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "./node_modules/.bin/lab tests/*-test.js",
|
"test": "./node_modules/.bin/lab tests/*-test.js",
|
||||||
"coverage": "./node_modules/.bin/lab -t 88 tests/*-test.js",
|
"coverage": "./node_modules/.bin/lab -t 88 tests/*-test.js",
|
||||||
"laf": "./node_modules/.bin/standard --format",
|
|
||||||
"lint": "./node_modules/.bin/standard"
|
"lint": "./node_modules/.bin/standard"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -67,9 +67,7 @@ function Swarm (peerInfo) {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
self.addUpgrade = function (ConnUpgrade, options) {
|
self.addUpgrade = function (ConnUpgrade, options) {}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
self.addStreamMuxer = function (name, StreamMuxer, options) {
|
self.addStreamMuxer = function (name, StreamMuxer, options) {
|
||||||
self.muxers[name] = {
|
self.muxers[name] = {
|
||||||
|
@ -210,15 +210,15 @@ experiment('Without a Stream Muxer', function () {
|
|||||||
test('dial a conn on a protocol on top of a upgrade', function (done) { done() })
|
test('dial a conn on a protocol on top of a upgrade', function (done) { done() })
|
||||||
}) */
|
}) */
|
||||||
|
|
||||||
/* TODO
|
/* TODO
|
||||||
experiment('utp', function () {
|
experiment('utp', function () {
|
||||||
test('add the transport', function (done) { done() })
|
test('add the transport', function (done) { done() })
|
||||||
test('dial a conn', function (done) { done() })
|
test('dial a conn', function (done) { done() })
|
||||||
test('dial a conn on a protocol', function (done) { done() })
|
test('dial a conn on a protocol', function (done) { done() })
|
||||||
test('add an upgrade', function (done) { done() })
|
test('add an upgrade', function (done) { done() })
|
||||||
test('dial a conn on top of a upgrade', function (done) { done() })
|
test('dial a conn on top of a upgrade', function (done) { done() })
|
||||||
test('dial a conn on a protocol on top of a upgrade', function (done) { done() })
|
test('dial a conn on a protocol on top of a upgrade', function (done) { done() })
|
||||||
}) */
|
}) */
|
||||||
})
|
})
|
||||||
|
|
||||||
experiment('With a SPDY Stream Muxer', function () {
|
experiment('With a SPDY Stream Muxer', function () {
|
||||||
|
Reference in New Issue
Block a user