mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-20 10:12:01 +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(),
|
|
}
|
|
})
|