Skip to content

Commit

Permalink
Chore: Adding log at beginning of unit tests in Makefile.js (#10102)
Browse files Browse the repository at this point in the history
  • Loading branch information
platinumazure committed Mar 20, 2018
1 parent 4f595e8 commit a717c5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.js
Expand Up @@ -569,6 +569,8 @@ target.test = function() {
let errors = 0,
lastReturn;

echo("Running unit tests");

lastReturn = exec(`${getBinFile("istanbul")} cover ${MOCHA} -- -R progress -t ${MOCHA_TIMEOUT} -c ${TEST_FILES}`);
if (lastReturn.code !== 0) {
errors++;
Expand Down

0 comments on commit a717c5d

Please sign in to comment.