Commit 08789179 authored by Maciej Małecki's avatar Maciej Małecki Committed by Cédric de Saint Martin

[minor] Change test runner output order

parent 93cf1750
......@@ -75,8 +75,8 @@ async.forEachSeries(tests, runTest, function () {
}
console.log('\nSummary:');
console.log((' ' + failed.length + '\tfailed tests').red);
console.log((' ' + ok.length + '\tpassed tests').green);
console.log((' ' + failed.length + '\tfailed tests').red);
});
// vim:filetype=javascript
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment