Extra tests for html, xml, json and tail nodes

(and some consistent passing of missing payloads)
This commit is contained in:
dceejay
2015-03-24 17:43:47 +00:00
parent 72a9de058d
commit fcc6943f98
8 changed files with 140 additions and 60 deletions

View File

@@ -61,6 +61,7 @@ module.exports = function(RED) {
});
this.on("close", function() {
/* istanbul ignore else */
if (tail) { tail.kill(); }
});
}