UNPKG

tape

Version:

tap-producing test harness for node and browsers

13 lines (9 loc) 264 B
'use strict'; var test = require('../../'); var path = require('path'); test.createStream({ objectMode: true }).on('data', function (row) { console.log(JSON.stringify(row)); }); process.argv.slice(2).forEach(function (file) { require(path.resolve(file)); });