This commit is contained in:
David Dias
2015-09-16 17:32:10 +01:00
parent a422c81b90
commit e1b7badc2d
4 changed files with 93 additions and 2 deletions

6
tests/index.js Normal file
View 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)
}