Skip to content

Commit a717c5d

Browse files
Chore: Adding log at beginning of unit tests in Makefile.js (#10102)
1 parent 4f595e8 commit a717c5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,8 @@ target.test = function() {
569569
let errors = 0,
570570
lastReturn;
571571

572+
echo("Running unit tests");
573+
572574
lastReturn = exec(`${getBinFile("istanbul")} cover ${MOCHA} -- -R progress -t ${MOCHA_TIMEOUT} -c ${TEST_FILES}`);
573575
if (lastReturn.code !== 0) {
574576
errors++;

0 commit comments

Comments
 (0)