mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
fix test mock
This commit is contained in:
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
Block a user