Skip to content

Instantly share code, notes, and snippets.

@AccaliaDeElementia
Created August 16, 2015 23:25
Show Gist options
  • Save AccaliaDeElementia/d241cd85be42136f0d52 to your computer and use it in GitHub Desktop.
Save AccaliaDeElementia/d241cd85be42136f0d52 to your computer and use it in GitHub Desktop.
beforeEach(() => {
sinon.stub(child_process, 'spawn');
hostProcess = {
execPath: '/foo/bar/node',
execArgv: [],
argv: ['node', './lib/app.js']
};
});
beforeEach(() => child_process.spawn.restore());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment