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

8
dist/npmts.tests.js vendored
View File

@ -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!");