UNPKG

@extendscript/ind.util.bounds

Version:
8 lines (6 loc) 330 B
var argv = require('minimist')(process.argv.slice(2)); // Remove nodePath, scriptpath var tapes = require("@extendscript/tap-es"), targets = argv._, d = require('path').resolve(__dirname); tapes.reportDuration(false); tapes.reportScriptName(true); tapes.add('bounds', d+'/test-*.jsx', targets, true); tapes.run(d+'/results.md');