Bluesky app fork with some witchin' additions 馃挮
at cb7e2ab976d9e2e8e2d13356b79bba7e6870a9fd 6 lines 145 B view raw
1export default { 2 requestPermission: jest.fn(), 3 onForegroundEvent: jest.fn(), 4 setBadgeCount: jest.fn(), 5 displayNotification: jest.fn(), 6}