update readme
This commit is contained in:
8
dist/npmts.tests.js
vendored
8
dist/npmts.tests.js
vendored
@ -30,9 +30,11 @@ exports.run = function (configArg) {
|
||||
return stream;
|
||||
};
|
||||
plugins.beautylog.log("now starting tests");
|
||||
console.log("--------------------------------------------------\n" +
|
||||
"******************* TESTS: **********************\n" +
|
||||
"--------------------------------------------------");
|
||||
console.log("--------------------------------------------------------------\n" +
|
||||
"***************************" +
|
||||
" TESTS: ".blue +
|
||||
"***************************\n" +
|
||||
"--------------------------------------------------------------");
|
||||
istanbul().on("finish", function () {
|
||||
mocha().on("finish", function () {
|
||||
plugins.beautylog.ok("Tests have passed!");
|
||||
|
Reference in New Issue
Block a user