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 745fcce commit 0908e9aCopy full SHA for 0908e9a
test/test.js
@@ -2345,7 +2345,7 @@ test_count = 0;
2345
run_next_test = function run_next_test() {
2346
var test_name = all_tests.shift();
2347
if (typeof tests[test_name] === "function") {
2348
- util.print('- \x1b[1m' + test_name.toLowerCase() + '\x1b[0m:');
+ console.log('- \x1b[1m' + test_name.toLowerCase() + '\x1b[0m:');
2349
cur_start = new Date();
2350
test_count += 1;
2351
tests[test_name]();
0 commit comments