update readme

This commit is contained in:
2016-03-27 12:32:55 +02:00
parent 73f5a0b055
commit 848d40eeac
5 changed files with 35 additions and 29 deletions

View File

@ -38,9 +38,11 @@ export var run = function(configArg) {
plugins.beautylog.log("now starting tests");
console.log(
"--------------------------------------------------\n" +
"******************* TESTS: **********************\n" +
"--------------------------------------------------"
"--------------------------------------------------------------\n" +
"***************************" +
" TESTS: ".blue +
"***************************\n" +
"--------------------------------------------------------------"
);
istanbul().on("finish",function(){
mocha().on("finish",function(){