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