mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-06-24 15:41:56 +00:00
feat(connection): migrate to pull-streams
This commit is contained in:
committed by
David Dias
parent
d4d6d55f37
commit
ed5727a0fe
8
test/index.js
Normal file
8
test/index.js
Normal file
@ -0,0 +1,8 @@
|
||||
'use strict'
|
||||
|
||||
var timed = require('timed-tape')
|
||||
|
||||
module.exports = function (test, common) {
|
||||
test = timed(test)
|
||||
require('./base-test.js').all(test, common)
|
||||
}
|
Reference in New Issue
Block a user