Trying to improve the tests which fail always when running remotely
This commit is contained in:
@@ -29,6 +29,7 @@ define([
|
||||
|
||||
ASSERTS.forEach(function (f, index) {
|
||||
f(function (err) {
|
||||
console.log("test " + index);
|
||||
done(err, index);
|
||||
}, index);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user