mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
[minor] Change test runner output order
This commit is contained in:
parent
68cebbe0e7
commit
b76680b045
@ -75,8 +75,8 @@ async.forEachSeries(tests, runTest, function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
console.log('\nSummary:');
|
console.log('\nSummary:');
|
||||||
console.log((' ' + failed.length + '\tfailed tests').red);
|
|
||||||
console.log((' ' + ok.length + '\tpassed tests').green);
|
console.log((' ' + ok.length + '\tpassed tests').green);
|
||||||
|
console.log((' ' + failed.length + '\tfailed tests').red);
|
||||||
});
|
});
|
||||||
|
|
||||||
// vim:filetype=javascript
|
// vim:filetype=javascript
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user