Fix adminnotifies test

This commit is contained in:
Sulka Haro
2021-02-18 18:23:40 +02:00
parent 3200af6299
commit d73de56b5b
+2
View File
@@ -8,6 +8,8 @@ const ctx = {};
ctx.bus = {}; ctx.bus = {};
ctx.bus.on = function mockOn(channel, f) { }; ctx.bus.on = function mockOn(channel, f) { };
ctx.settings = {};
ctx.settings.adminNotifiesEnabled = true;
const mockJqueryResults = {}; const mockJqueryResults = {};
const mockButton = {}; const mockButton = {};