fix(structure): clean up

This commit is contained in:
2018-07-30 16:08:14 +02:00
parent 697f789b55
commit 7c9cf6e70d
7 changed files with 44 additions and 117 deletions

View File

@ -46,7 +46,7 @@ tap.test('smartshell should run async', async () => {
tap.test('should be able to find git', async () => {
testSmartshell.exec('git --version');
})
});
tap.start({
throwOnError: true