Update setup.js

This commit is contained in:
Marcos Rodriguez Vélez 2021-08-03 13:30:43 -04:00
parent a08bea2928
commit ea8060257c

View File

@ -146,12 +146,6 @@ jest.mock('react-native-share', () => {
};
});
jest.mock('react-native-widget-center', () => {
return {
reloadAllTimelines: jest.fn(),
};
});
jest.mock('../blue_modules/WidgetCommunication', () => {
return {
reloadAllTimelines: jest.fn(),