mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-28 20:25:33 +08:00
Fix missing files in OSS build
Reviewed By: danzimm, alexeylang Differential Revision: D5488648 fbshipit-source-id: 63226fecb374d319e9d5976b724c4c1bdc5181f9
This commit is contained in:
committed by
Facebook Github Bot
parent
c3e616555e
commit
f9808f07c8
@@ -136,7 +136,7 @@ static RCTModuleMethod *buildSyncMethodWithMethodSignature(const char *methodSig
|
||||
method = buildDefaultMethodWithMethodSignature(methodSignature);
|
||||
}));
|
||||
|
||||
XCTAssertEqualObjects(method.JSMethodName, @"doFoo");
|
||||
XCTAssertEqualObjects(@(method.JSMethodName), @"doFoo");
|
||||
|
||||
XCTAssertFalse(RCTLogsError(^{
|
||||
[method invokeWithBridge:nil module:self arguments:@[@"bar"]];
|
||||
|
||||
Reference in New Issue
Block a user