Files
bsky-social-app/__mocks__/@notifee/react-native.ts
T
2023-01-24 19:21:17 -06:00

7 lines
145 B
TypeScript

export default {
requestPermission: jest.fn(),
onForegroundEvent: jest.fn(),
setBadgeCount: jest.fn(),
displayNotification: jest.fn(),
}