UNPKG
@pachun/use-expo-push-notifications
Version:
latest (0.0.13)
0.0.13
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.1
Simpler (and more testable) expo-notifications event handling
pachun/use-expo-notifications
@pachun/use-expo-push-notifications
/
tests
/
jest.setup.ts
6 lines
(5 loc)
•
190 B
text/typescript
View Raw
1
2
3
4
5
6
jest
.mock
(
"expo-notifications"
, () => ({
addNotificationReceivedListener
: jest.
fn
(),
addNotificationResponseReceivedListener
: jest.
fn
(),
removeNotificationSubscription
: jest.
fn
(), }))