mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-06-23 08:31:55 +00:00
landing
This commit is contained in:
6
tests/index.js
Normal file
6
tests/index.js
Normal file
@ -0,0 +1,6 @@
|
||||
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