mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
update travis node.js levels
This commit is contained in:
@@ -20,7 +20,7 @@ describe('random node', function() {
|
||||
var flow = [{"id":"n1", "type":"random", "name":"random1", "wires":[[]]}];
|
||||
helper.load(testNode, flow, function() {
|
||||
var n1 = helper.getNode("n1");
|
||||
console.log(n1);
|
||||
//console.log(n1);
|
||||
n1.should.have.property("low", 1);
|
||||
n1.should.have.property("high", 10);
|
||||
n1.should.have.property("inte", false);
|
||||
|
Reference in New Issue
Block a user