mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-03 12:06:21 +01:00
Update setup.js
This commit is contained in:
parent
8c4cb4b932
commit
95d47f9ad7
1 changed files with 2 additions and 0 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Reference in a new issue