update readme
This commit is contained in:
@ -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(){
|
||||
|
Reference in New Issue
Block a user