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