// A test node that exports a function module.exports = function(RED) { throw new Error("fail to load"); }