| 1 | import { jestFakeTimersAreEnabled } from '../timers'; |
| 2 | describe('timers', () => { |
| 3 | it('should not mock timers if RNTL_SKIP_AUTO_DETECT_FAKE_TIMERS is set', () => { |
| 4 | process.env.RNTL_SKIP_AUTO_DETECT_FAKE_TIMERS = 'true'; |
nothing calls this directly
no test coverage detected