added better Test log identifier

This commit is contained in:
2016-03-26 18:06:29 +01:00
parent 3cdd22044e
commit f2a169ac7d
5 changed files with 10 additions and 4 deletions

View File

@ -37,6 +37,11 @@ export var run = function(configArg) {
};
plugins.beautylog.log("now starting tests");
console.log(
"--------------------------------------------------\n" +
"******************* TESTS: **********************\n" +
"--------------------------------------------------"
);
istanbul().on("finish",function(){
mocha().on("finish",function(){
plugins.beautylog.ok("Tests have passed!");