Skip to content

Commit

Permalink
feat: setup a notifications library
Browse files Browse the repository at this point in the history
  • Loading branch information
tsyirvo committed Apr 16, 2024
1 parent e70ecff commit b665794
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions __mocks__/expo-constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module.exports = {
sentryDsn: undefined,
mixpanelToken: undefined,
flagsmithKey: undefined,
oneSignalAppId: undefined,
},
},
},
Expand Down
3 changes: 3 additions & 0 deletions __mocks__/expo-linking.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
openSettings: jest.fn(),
};
3 changes: 3 additions & 0 deletions __mocks__/react-native-onesignal.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
initialize: jest.fn(),
};

0 comments on commit b665794

Please sign in to comment.