UNPKG

obake

Version:

Pipe javascript into phantomjs, print the output, writing test coverage to disk along the way

8 lines (5 loc) 171 B
#!/usr/bin/env node var obake = require('../'); var ghostcli = require('ghostface/lib/cli'); // start phantomjs via ghostface ghostcli(obake.getArgv(), obake.onCli);