MCPcopy Create free account
hub / github.com/reactnativecn/react-native-update /

Class

src/__tests__/client.test.ts:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 addListener: mock(() => ({ remove: mock(() => {}) })),
43 },
44 NativeEventEmitter: class {
45 addListener = mock(() => ({ remove: mock(() => {}) }));
46 removeAllListeners = mock(() => {});
47 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected