Add help info for split node

This commit is contained in:
Nick O'Leary
2017-06-26 16:51:27 +01:00
parent 303f67c036
commit 6562c558de
3 changed files with 78 additions and 33 deletions

View File

@@ -101,7 +101,7 @@ describe('SPLIT node', function() {
});
it('should split an object into pieces and overwrite their topics', function(done) {
var flow = [{id:"sn1", type:"split", addname:true, addfname:"topic", wires:[["sn2"]]},
var flow = [{id:"sn1", type:"split", addname:"topic", wires:[["sn2"]]},
{id:"sn2", type:"helper"}];
helper.load(splitNode, flow, function() {
var sn1 = helper.getNode("sn1");