BlueWallet/tests/setup.js

8 lines
187 B
JavaScript
Raw Normal View History

2019-10-21 11:13:16 -04:00
jest.mock('react-native-watch-connectivity', () => {
return {
getIsWatchAppInstalled: jest.fn(),
subscribeToMessages: jest.fn(),
updateApplicationContext: jest.fn(),
}
})