| 37 | }, |
| 38 | }, |
| 39 | NativeEventEmitter: class { |
| 40 | addListener = mock(() => ({ remove: mock(() => {}) })); |
| 41 | }, |
| 42 | })); |
| 43 | |
| 44 | mock.module('react-native/Libraries/Core/ReactNativeVersion', () => ({ |
nothing calls this directly
no outgoing calls
no test coverage detected