Allow node modules to include example flows

This commit is contained in:
Nick O'Leary
2016-03-02 23:34:24 +00:00
parent dcd8b3699c
commit 55e66ebcac
7 changed files with 142 additions and 17 deletions

View File

@@ -80,6 +80,10 @@ describe("library api", function() {
libraryEntries[type][path] = body;
return when.resolve();
}
},
events: {
on: function(){},
removeListener: function(){}
}
});
}