UNPKG

@openfin/automation-cli

Version:

CLI for running automation tests within the OpenFin ecosystem

7 lines (4 loc) 97 B
#!/usr/bin/env node "use strict"; const m = require("../dist/cjs/index"); m.run(process.argv);