Trying to improve the tests which fail always when running remotely

This commit is contained in:
Caleb James DeLisle
2017-06-01 00:29:17 +02:00
parent 71bd808e4f
commit c8bd1bb2ac
2 changed files with 6 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ define([
ASSERTS.forEach(function (f, index) {
f(function (err) {
console.log("test " + index);
done(err, index);
}, index);
});