mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Allow node modules to include example flows
This commit is contained in:
@@ -80,6 +80,10 @@ describe("library api", function() {
|
||||
libraryEntries[type][path] = body;
|
||||
return when.resolve();
|
||||
}
|
||||
},
|
||||
events: {
|
||||
on: function(){},
|
||||
removeListener: function(){}
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user