mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 07:15:35 +01:00
Update setup.js
This commit is contained in:
parent
7b3b48e3b5
commit
bb575ee633
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ jest.mock('react-native-device-info', () => {
|
||||||
getDeviceType: jest.fn().mockReturnValue(false),
|
getDeviceType: jest.fn().mockReturnValue(false),
|
||||||
hasGmsSync: jest.fn().mockReturnValue(true),
|
hasGmsSync: jest.fn().mockReturnValue(true),
|
||||||
hasHmsSync: jest.fn().mockReturnValue(false),
|
hasHmsSync: jest.fn().mockReturnValue(false),
|
||||||
|
isTablet: jest.fn().mockReturnValue(false),
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue