7 lines
145 B
TypeScript
7 lines
145 B
TypeScript
export default {
|
|
requestPermission: jest.fn(),
|
|
onForegroundEvent: jest.fn(),
|
|
setBadgeCount: jest.fn(),
|
|
displayNotification: jest.fn(),
|
|
}
|