mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Big rework of registry.js
Part of #322 Loads node.html files before node.js files Adds helper.unload which must be called by node tests to clear the registery of nodes
This commit is contained in:
@@ -42,7 +42,7 @@ describe('TailNode', function() {
|
||||
});
|
||||
|
||||
afterEach(function(done) {
|
||||
|
||||
helper.unload();
|
||||
fs.exists(fileToTail, function(exists) {
|
||||
if(exists) {
|
||||
fs.unlinkSync(fileToTail);
|
||||
|
Reference in New Issue
Block a user