[ReactNative] Add timers integration test

This commit is contained in:
Spencer Ahrens
2015-03-18 13:37:14 -07:00
parent 196bc85629
commit fbc3a16047
3 changed files with 156 additions and 0 deletions

View File

@@ -37,4 +37,9 @@
expectErrorRegex:[NSRegularExpression regularExpressionWithPattern:@"because shouldThrow" options:0 error:nil]];
}
- (void)testTimers
{
[_runner runTest:@"TimersTest"];
}
@end