use new tapbundle

This commit is contained in:
2017-04-23 15:21:08 +02:00
parent b6375fd8fa
commit 59bcd8dadf
5 changed files with 23 additions and 1273 deletions

View File

@ -38,7 +38,9 @@ tap.test('should execute when triggered', async () => {
return expect(hasExecuted).be.true
}).catch(tap.threw)
/*tap.test('should start parsing the CLI input', async () => {
tap.test('should start parsing the CLI input', async () => {
smartCliTestObject.startParse()
return await expect(smartCliTestObject.parseStarted.promise).to.eventually.be.fulfilled
}).catch(tap.threw)*/
}).catch(tap.threw)
tap.start()