remove FbRelayNativeAdapter
Summary: Doesn't look like this is used anymore. Reviewed By: schwink Differential Revision: D9032481 fbshipit-source-id: c35b7db07c068b6238bacc25183a468c9d62661d
This commit is contained in:
parent
86f8e9e760
commit
7205232792
|
@ -148,9 +148,6 @@ const mockNativeModules = {
|
|||
logout: jest.fn(),
|
||||
queryGraphPath: jest.fn((path, method, params, callback) => callback()),
|
||||
},
|
||||
FbRelayNativeAdapter: {
|
||||
updateCLC: jest.fn(),
|
||||
},
|
||||
GraphPhotoUpload: {
|
||||
upload: jest.fn(),
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue