update messages for better feedback
This commit is contained in:
1
dist/mod02/index.js
vendored
1
dist/mod02/index.js
vendored
@ -42,6 +42,7 @@ let mocha = function (configArg) {
|
||||
]);
|
||||
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!');
|
||||
|
Reference in New Issue
Block a user