This commit is contained in:
2017-04-30 00:54:18 +02:00
parent b36415e6dc
commit 5da7697281
2 changed files with 4 additions and 3 deletions

View File

@ -13,8 +13,9 @@ tap.test('smartgulp.src -> should read a directoy', async () => {
}))
.pipe(gulpFunction.atEnd(async () => {
console.log('hey')
done.resolve()
}))
done.resolve()
await done.promise
})