Skip to content

Commit 268ca47

Browse files
author
Rubinder25
committed
updated test script
1 parent b12489a commit 268ca47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run_tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ fileScannerSync({
171171
},
172172
});
173173

174-
process.stdout.write(`Total files tested: ${totalFilesTested}\n\n`);
174+
process.stdout.write(`\nTotal files tested: ${totalFilesTested}\n\n`);
175175
process.stdout.write(`Total tests ran: ${totalTestsPassed + totalTestsFailed}\n`);
176176
process.stdout.write(`Passed: ${totalTestsPassed}\n`);
177177
process.stdout.write(`Failed: ${totalTestsFailed}\n`);

0 commit comments

Comments
 (0)