Skip to content

Commit

Permalink
Issue #SB-0000 merge: Merge pull request #1044 from Ajoymaity/release…
Browse files Browse the repository at this point in the history
…-3.1.0

Issue #SB-0000 test: Unit test for appComponent
  • Loading branch information
swayangjit authored Jul 8, 2020
2 parents 58eca7b + a2178eb commit 9e7cc0f
Show file tree
Hide file tree
Showing 4 changed files with 1,045 additions and 5 deletions.
6 changes: 6 additions & 0 deletions src/__tests__/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,9 @@ global.plugins = {
openGooglePlayPage: () => Promise.resolve()
}
}
global.FCMPlugin = {
getToken: () => {},
onNotification: () => {},
onTokenRefresh: () => {},
subscribeToTopic: () => {}
}
Loading

0 comments on commit 9e7cc0f

Please sign in to comment.