Update FBSnapshotTestCase and generate @3x images

This commit is contained in:
Levi McCallum
2016-06-08 13:33:03 -07:00
parent cb67671f1d
commit ca2fb0bc74
124 changed files with 15 additions and 44 deletions

View File

@@ -20,12 +20,6 @@ static const ASSizeRange kSize = {{320, 320}, {320, 320}};
@implementation ASOverlayLayoutSpecSnapshotTests
- (void)setUp
{
[super setUp];
self.recordMode = NO;
}
- (void)testOverlay
{
ASDisplayNode *backgroundNode = ASDisplayNodeWithBackgroundColor([UIColor blueColor]);