mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
More tests for red, log, info and util.
This commit is contained in:
@@ -52,6 +52,7 @@ describe("info api", function() {
|
||||
}
|
||||
res.body.should.have.property("httpNodeRoot","testHttpNodeRoot");
|
||||
res.body.should.have.property("version","testVersion");
|
||||
res.body.should.have.property("paletteCategories",["red","blue","green"]);
|
||||
res.body.should.not.have.property("foo",123);
|
||||
done();
|
||||
});
|
||||
|
Reference in New Issue
Block a user