Skip to content

Commit

Permalink
remove unused mock code
Browse files Browse the repository at this point in the history
this is leftover code and I never used it in testing, removing
  • Loading branch information
Abby Wheelis committed Nov 3, 2023
1 parent 1aceb94 commit 9581ca2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions www/__mocks__/pushNotificationMocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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]();
};

0 comments on commit 9581ca2

Please sign in to comment.