forked from Ivasoft/mattermost-mobile
add unit tests to app/utils/notification (#8140)
This commit is contained in:
@@ -323,6 +323,7 @@ jest.mock('react-native-notifications', () => {
|
||||
}),
|
||||
setBadgeCount: jest.fn(),
|
||||
},
|
||||
postLocalNotification: jest.fn((notification) => notification),
|
||||
},
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user