MCPcopy Index your code
hub / github.com/callstack/react-native-testing-library / timers.test.ts

File timers.test.ts

src/helpers/__tests__/timers.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { jestFakeTimersAreEnabled } from '../timers';
2describe('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';

Callers

nothing calls this directly

Calls 1

jestFakeTimersAreEnabledFunction · 0.90

Tested by

no test coverage detected