Skip to content

Commit ad9eb8e

Browse files
committed
Re-enable Text tests on iOS
1 parent 43d56c1 commit ad9eb8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RNTester/RNTesterIntegrationTests/RNTesterSnapshotTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ - (void)test##name \
3939
RCT_TEST(LayoutExample)
4040
RCT_TEST(ARTExample)
4141
RCT_TEST(ScrollViewExample)
42-
//RCT_TEST(TextExample)
42+
RCT_TEST(TextExample)
4343
#if !TARGET_OS_TV
4444
// No switch or slider available on tvOS
4545
RCT_TEST(SwitchExample)

0 commit comments

Comments
 (0)