1
0
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:
Sam Machin 2022-03-24 08:39:31 +00:00
parent b7b604aed4
commit 50718495da
No known key found for this signature in database
GPG Key ID: C77A61AE4B88F6C3

View File

@ -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()
};