Skip to content

Instantly share code, notes, and snippets.

View adam-edison's full-sized avatar

Adam Edison adam-edison

  • Pittsburgh, PA
View GitHub Profile
@adam-edison
adam-edison / cmd.js
Created March 22, 2019 03:49 — forked from zorrodg/LICENSE
CLI Integration Test Helper
/**
* Integration test helper
* Author: Andrés Zorro <[email protected]>
*/
const { existsSync } = require('fs');
const { constants } = require('os');
const spawn = require('cross-spawn');
const concat = require('concat-stream');
const PATH = process.env.PATH;