Help Wanted: Fix TimersTests
test_objc on Circle CI is red due to a failing integration test, TimersTest:
UI Test Activity:
Assertion Failure: RCTTestRunner.m:233: failed: caught "NSInternalInconsistencyException", "RedBox errors: (
"undefined is not an object (evaluating 'this.setTimeout')",
"Unhandled JS Exception: undefined is not an object (evaluating 'this.setTimeout')"
)"
The test is defined in JavaScript at IntegrationTests/TimersTest.js, and is invoked by RNTesterIntegrationTests.
Steps to reproduce:
- Run
yarn at the repository root.
- Open
RNTester/RNTester.xcodeproj on Xcode 10.1.0.
- Build RNTester.
- Run tests (CMD+U) on an iPhone 6 simulator.
Help Wanted: Fix
TimersTeststest_objcon Circle CI is red due to a failing integration test, TimersTest:The test is defined in JavaScript at
IntegrationTests/TimersTest.js, and is invoked by RNTesterIntegrationTests.Steps to reproduce:
yarnat the repository root.RNTester/RNTester.xcodeprojon Xcode 10.1.0.