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