mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-01 22:35:29 +08:00
Fix imports in UIExplorerUnitTests
Reviewed By: bestander Differential Revision: D4231271 fbshipit-source-id: 84f903f6b14256ed1958ad1800f128133590a3dc
This commit is contained in:
committed by
Facebook Github Bot
parent
bd524bd6e8
commit
439092742a
@@ -13,9 +13,8 @@
|
||||
*/
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
#import "RCTBundleURLProvider.h"
|
||||
#import "RCTUtils.h"
|
||||
|
||||
#import <React/RCTBundleURLProvider.h>
|
||||
#import <React/RCTUtils.h>
|
||||
|
||||
static NSString *const testFile = @"test.jsbundle";
|
||||
static NSString *const mainBundle = @"main.jsbundle";
|
||||
|
||||
Reference in New Issue
Block a user