update travis node.js levels

This commit is contained in:
Dave Conway-Jones
2017-02-15 18:33:59 +00:00
parent 8e001fcd45
commit 80942c5da8
3 changed files with 5 additions and 6 deletions

View File

@@ -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);