diff --git a/www/__mocks__/pushNotificationMocks.ts b/www/__mocks__/pushNotificationMocks.ts index 0e98fa064..53a81e16c 100644 --- a/www/__mocks__/pushNotificationMocks.ts +++ b/www/__mocks__/pushNotificationMocks.ts @@ -31,8 +31,3 @@ export const getOnList = function () { export const getCalled = function () { return called; }; - -export const fakeEvent = function (eventName: string) { - //fake the event by executing whatever we have stored for it - onList[eventName](); -};