Bluesky app fork with some witchin' additions 馃挮
at 43ebb80a5b5ba6212cc9048d2fee4cc739c8dbbf 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}