mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 07:28:07 +01:00
8 lines
187 B
JavaScript
8 lines
187 B
JavaScript
|
jest.mock('react-native-watch-connectivity', () => {
|
||
|
return {
|
||
|
getIsWatchAppInstalled: jest.fn(),
|
||
|
subscribeToMessages: jest.fn(),
|
||
|
updateApplicationContext: jest.fn(),
|
||
|
}
|
||
|
})
|