introduce better shell interaction for testing

This commit is contained in:
Philipp Kunz 2016-06-05 14:33:59 +02:00
parent b2d56e59bb
commit 3300f177ca

View File

@ -9,4 +9,8 @@ export let bash = (commandArg) => {
if(exitCode !== 0){
process.exit(1);
}
}
export let bashBare = () => {
}