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

3
dist/npmts.tests.js vendored
View File

@ -30,6 +30,9 @@ exports.run = function (configArg) {
return stream;
};
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!");