We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aae250 commit 2672f26Copy full SHA for 2672f26
__mocks__/react-native.ts
@@ -40,6 +40,8 @@ const mockRNOneSignal = {
40
addPushSubscriptionObserver: vi.fn(),
41
getPushSubscriptionId: vi.fn(),
42
getPushSubscriptionToken: vi.fn(),
43
+ waitForPushSubscriptionIdAsync: vi.fn(),
44
+ waitForPushSubscriptionTokenAsync: vi.fn(),
45
getOptedIn: vi.fn(),
46
optOut: vi.fn(),
47
optIn: vi.fn(),
0 commit comments