added better Test log identifier
This commit is contained in:
3
dist/npmts.tests.js
vendored
3
dist/npmts.tests.js
vendored
@ -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!");
|
||||
|
Reference in New Issue
Block a user