1
0
mirror of https://github.com/fluencelabs/js-libp2p-interfaces synced 2025-05-09 17:52:28 +00:00

8 lines
162 B
JavaScript
Raw Normal View History

2018-02-20 11:25:46 +00:00
'use strict'
const timed = require('timed-tape')
module.exports = function (test, common) {
test = timed(test)
require('./base-test.js').all(test, common)
}