node-red/test/red/runtime
Gabe Johnson b909e32201 Prevent RED.node.registerNode from overriding a constructor's prototype (#865)
* prevent registry.registerNodeConstructor from overriding a constructors protoype

* fix for node < v5.0.0

* exercise another code path

* altering __proto__ for node < v0.12

* move inheritance code to helper function
2016-04-07 22:18:28 +01:00
..
nodes Prevent RED.node.registerNode from overriding a constructor's prototype (#865) 2016-04-07 22:18:28 +01:00
storage Add zero-length flow file tests 2016-03-11 22:58:11 +00:00
events_spec.js Update tests for runtime/api separation 2016-01-06 17:01:11 +00:00
i18n_spec.js Update tests for runtime/api separation 2016-01-06 17:01:11 +00:00
index_spec.js Tidy up API passed to node modules 2016-01-06 17:01:12 +00:00
log_spec.js Update tests for runtime/api separation 2016-01-06 17:01:11 +00:00
settings_spec.js Update tests for runtime/api separation 2016-01-06 17:01:11 +00:00
util_spec.js Fix RED.util.compareObjects for Function created objects and Buffers 2016-04-01 10:13:11 +01:00