Add test script for link node (#1463)

* fixed unmatched HTML tags

* add test for link node & red.js fix for it
This commit is contained in:
Hiroyasu Nishiyama
2017-11-03 01:47:12 +09:00
committed by Nick O'Leary
parent 80a8efd8ce
commit 8f2f7ea1a5
2 changed files with 119 additions and 0 deletions

View File

@@ -97,6 +97,7 @@ module.exports = {
settings:runtime.settings,
util: runtime.util,
version: runtime.version,
events: runtime.events,
comms: api.comms,
library: api.library,