Update setup.js

This commit is contained in:
Marcos Rodriguez Vélez 2021-08-19 16:40:58 -04:00
parent 42f62adefe
commit dff473edba

View file

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