mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-06-22 15:51:48 +00:00
feat(connection): migrate to pull-streams
This commit is contained in:
committed by
David Dias
parent
d4d6d55f37
commit
ed5727a0fe
10
test/base-test.js
Normal file
10
test/base-test.js
Normal file
@ -0,0 +1,10 @@
|
||||
'use strict'
|
||||
|
||||
module.exports.all = function (test, common) {
|
||||
test('a test', function (t) {
|
||||
common.setup(test, function (err, conn) {
|
||||
t.ifError(err)
|
||||
t.end()
|
||||
})
|
||||
})
|
||||
}
|
Reference in New Issue
Block a user