Update setup.js

This commit is contained in:
Marcos Rodriguez Velez 2024-06-16 22:33:10 -04:00
parent 1bd239bf78
commit 5e78d8f2b3
No known key found for this signature in database
GPG key ID: 6030B2F48CCE86D7

View file

@ -200,6 +200,4 @@ jest.mock('react-native-keychain', () => mockKeychain);
jest.mock('react-native-tcp-socket', () => mockKeychain);
jest.mock('../components/TooltipMenu.ios.tsx', () => require('../components/TooltipMenu.tsx'));
global.alert = () => {};