Skip to content

Commit b76680b

Browse files
committed
[minor] Change test runner output order
1 parent 68cebbe commit b76680b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/core/run

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ async.forEachSeries(tests, runTest, function () {
7575
}
7676

7777
console.log('\nSummary:');
78-
console.log((' ' + failed.length + '\tfailed tests').red);
7978
console.log((' ' + ok.length + '\tpassed tests').green);
79+
console.log((' ' + failed.length + '\tfailed tests').red);
8080
});
8181

8282
// vim:filetype=javascript

0 commit comments

Comments
 (0)