mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
Update setup.js
This commit is contained in:
parent
e2bd082ef3
commit
a35b8e38b9
1 changed files with 3 additions and 1 deletions
|
@ -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', () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue