update messages for better feedback

This commit is contained in:
2016-11-25 00:52:17 +01:00
parent 44150f4d83
commit 12cf37f01f
2 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,7 @@ let mocha = function (configArg: INpmtsConfig) {
babelCoverageSmartstream.run()
.then(
() => {
plugins.beautylog.info('transpiled code to ES5 for use in mocha')
return localSmartstream.run()
.then(() => { done.resolve(configArg) }, (err) => {
plugins.beautylog.error('Tests failed!')