We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12489a commit 268ca47Copy full SHA for 268ca47
tests/run_tests.js
@@ -171,7 +171,7 @@ fileScannerSync({
171
},
172
});
173
174
-process.stdout.write(`Total files tested: ${totalFilesTested}\n\n`);
+process.stdout.write(`\nTotal files tested: ${totalFilesTested}\n\n`);
175
process.stdout.write(`Total tests ran: ${totalTestsPassed + totalTestsFailed}\n`);
176
process.stdout.write(`Passed: ${totalTestsPassed}\n`);
177
process.stdout.write(`Failed: ${totalTestsFailed}\n`);
0 commit comments