Update setup.js

This commit is contained in:
marcosrdz 2020-08-10 20:27:14 -04:00 committed by Overtorment
parent e2bd082ef3
commit a35b8e38b9

View file

@ -19,7 +19,9 @@ jest.mock('@react-native-community/push-notification-ios', () => {
});
jest.mock('react-native-device-info', () => {
return {};
return {
getSystemName: jest.fn(),
};
});
jest.mock('react-native-quick-actions', () => {