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 308c12c commit 4e34f74Copy full SHA for 4e34f74
1 file changed
app/util/test/testSetup.js
@@ -700,6 +700,7 @@ jest.mock('@braze/react-native-sdk', () => ({
700
setLanguage: jest.fn(),
701
addListener: jest.fn(() => ({ remove: jest.fn() })),
702
requestBannersRefresh: jest.fn(),
703
+ getBanner: jest.fn().mockResolvedValue(null),
704
Events: {
705
PUSH_NOTIFICATION_EVENT: 'push_notification_event',
706
BANNER_CARDS_UPDATED: 'bannerCardsUpdated',
0 commit comments