mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-22 11:16:06 +08:00
Move font helpers to RCTFont
Reviewed By: majak Differential Revision: D3662804 fbshipit-source-id: 2c03a094a74c617c0d6172e327bd77d23d0d44c2
This commit is contained in:
committed by
Facebook Github Bot 2
parent
e30327cb13
commit
c5a44b7ca3
@@ -14,13 +14,13 @@
|
||||
|
||||
#import <XCTest/XCTest.h>
|
||||
|
||||
#import "RCTConvert.h"
|
||||
#import "RCTFont.h"
|
||||
|
||||
@interface RCTConvert_UIFontTests : XCTestCase
|
||||
@interface RCTFontTests : XCTestCase
|
||||
|
||||
@end
|
||||
|
||||
@implementation RCTConvert_UIFontTests
|
||||
@implementation RCTFontTests
|
||||
|
||||
#define RCTAssertEqualFonts(font1, font2) { \
|
||||
XCTAssertEqualObjects(font1, font2); \
|
||||
Reference in New Issue
Block a user