mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Fix adminnotifies test
This commit is contained in:
@@ -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 = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user