Travis debug info

This commit is contained in:
Lukas Metzger 2018-03-30 10:13:06 +02:00
parent 73a881a408
commit 51e294acc2

View file

@ -24,6 +24,8 @@ test.run(async function () {
assert.equal(res.status, 200);
console.log(res.data);
var sortedData = res.data.results.slice();
sortedData.sort(function (a, b) {
for (sort of list) {