Fix imports in UIExplorerUnitTests

Reviewed By: bestander

Differential Revision: D4231271

fbshipit-source-id: 84f903f6b14256ed1958ad1800f128133590a3dc
This commit is contained in:
Pieter De Baets
2016-11-24 09:44:51 -08:00
committed by Facebook Github Bot
parent bd524bd6e8
commit 439092742a
31 changed files with 186 additions and 121 deletions

View File

@@ -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";