node-red/test/unit/@node-red/registry/lib/resources/local/TestNodeModule/node_modules/VersionMismatchModule/TestNodeModule2.js

5 lines
111 B
JavaScript

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