[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:
parent
3bef953f77
commit
c522e3b16e
|
@ -57,7 +57,7 @@
|
|||
expectErrorRegex:@"because shouldThrow"];
|
||||
}
|
||||
|
||||
- (void)DISABLED_testTimers // #8192477
|
||||
- (void)testTimers
|
||||
{
|
||||
[_runner runTest:_cmd module:@"TimersTest"];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue