fix(core): update

This commit is contained in:
2019-05-28 10:43:54 +02:00
parent 9bb0999f0e
commit ba8c2d06d8
6 changed files with 172 additions and 45 deletions

View File

@ -45,7 +45,11 @@ tap.test('smartshell should run async', async () => {
});
tap.test('should be able to find git', async () => {
testSmartshell.exec('git --version');
await testSmartshell.exec('git --version');
});
tap.test('should spawn an interactive cli', async () => {
await testSmartshell.execInteractive('echo "hi"');
});
tap.start({