Update setup.js

This commit is contained in:
Marcos Rodriguez Velez 2023-10-20 15:06:45 -04:00
parent 8c4cb4b932
commit 95d47f9ad7
No known key found for this signature in database
GPG key ID: 6030B2F48CCE86D7

View file

@ -50,6 +50,8 @@ jest.mock('@react-native-community/push-notification-ios', () => {
return {};
});
jest.mock('react-native-permissions', () => require('react-native-permissions/mock'));
jest.mock('react-native-device-info', () => {
return {
getUniqueId: jest.fn().mockReturnValue('uniqueId'),