[ReactNative] Re-enable timers test

Summary:
Timers test was failing but I believe that D2399150 fixes it. Re-enable and
monitor.
This commit is contained in:
Tadeu Zagallo 2015-09-01 06:58:00 -07:00
parent 3bef953f77
commit c522e3b16e
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
expectErrorRegex:@"because shouldThrow"];
}
- (void)DISABLED_testTimers // #8192477
- (void)testTimers
{
[_runner runTest:_cmd module:@"TimersTest"];
}