mirror of https://github.com/node-red/node-red.git
fix test mock
parent
b7b604aed4
commit
50718495da
|
@ -63,7 +63,7 @@ describe("red/nodes/index", function() {
|
|||
var runtime = {
|
||||
settings: settings,
|
||||
storage: storage,
|
||||
log: {debug:function() {}, warn:function() {}},
|
||||
log: {debug:function() {}, warn:function() {}, _: function() {}},
|
||||
events: new EventEmitter()
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue