about summary refs log tree commit diff
path: root/__mocks__/@notifee
diff options
context:
space:
mode:
Diffstat (limited to '__mocks__/@notifee')
-rw-r--r--__mocks__/@notifee/react-native.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/__mocks__/@notifee/react-native.ts b/__mocks__/@notifee/react-native.ts
new file mode 100644
index 000000000..7e5ccec93
--- /dev/null
+++ b/__mocks__/@notifee/react-native.ts
@@ -0,0 +1,6 @@
+export default {
+  requestPermission: jest.fn(),
+  onForegroundEvent: jest.fn(),
+  setBadgeCount: jest.fn(),
+  displayNotification: jest.fn(),
+}