Add filecount
This commit is contained in:
parent
fda5017a66
commit
ad4157f6a1
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ function main() {
|
|||
}
|
||||
}
|
||||
if (noTests.length > 0) {
|
||||
console.log("No tests found in: " + noTests.join(", "))
|
||||
console.log(`No tests found in ${noTests.length} files: ${noTests.join(", ")}`)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue