Add filecount

This commit is contained in:
Pieter Vander Vennet 2022-03-29 00:24:44 +02:00
parent fda5017a66
commit ad4157f6a1

View file

@ -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(", ")}`)
}
}