NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/tape/example/stream/tap.js

9 lines
187 B
Java
Raw Permalink Normal View History

2023-09-14 14:47:11 +08:00
var test = require('../../');
var path = require('path');
test.createStream().pipe(process.stdout);
process.argv.slice(2).forEach(function (file) {
require(path.resolve(file));
});