UNPKG

@extendscript/aes.patch.json

Version:

Adds the light-weight, language independent, data interchange format `JSON` to ExtendScript.

7 lines (5 loc) 298 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.add('json', d+'/*.test.jsx', targets, true); tapes.run(d+'/results.md');