rename UIExplorerUnitTests/TestBundle to UIExplorerUnitTests/UIExplorerUnitTestsBundle

Reviewed By: cpojer

Differential Revision: D4612650

fbshipit-source-id: 395f540cb33594fc72bfd0177d49fd602a4ce3ca
This commit is contained in:
Bhuwan Khattar
2017-02-25 03:12:41 -08:00
committed by Facebook Github Bot
parent a23a3c319c
commit fac21168f6
9 changed files with 34 additions and 32 deletions

View File

@@ -100,7 +100,7 @@ RCT_EXPORT_MODULE()
- (NSURL *)sourceURLForBridge:(__unused RCTBridge *)bridge
{
NSBundle *bundle = [NSBundle bundleForClass:[self class]];
return [bundle URLForResource:@"TestBundle" withExtension:@"js"];
return [bundle URLForResource:@"UIExplorerUnitTestsBundle" withExtension:@"js"];
}
- (NSArray *)extraModulesForBridge:(__unused RCTBridge *)bridge