mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
update load of grunt related versions
and mqtt and fs-extra and should. Fix tests to keep working.
This commit is contained in:
@@ -49,7 +49,8 @@ describe("flows api", function() {
|
||||
if (err) {
|
||||
return done(err);
|
||||
}
|
||||
res.body.should.be.an.Array.and.have.lengthOf(3);
|
||||
res.body.should.be.an.Array;
|
||||
res.body.should.have.lengthOf(3);
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
@@ -76,7 +76,8 @@ describe("nodes api", function() {
|
||||
if (err) {
|
||||
throw err;
|
||||
}
|
||||
res.body.should.be.an.Array.and.have.lengthOf(3);
|
||||
res.body.should.be.an.Array;
|
||||
res.body.should.have.lengthOf(3);
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user