UNPKG

@testing-library/react-native

Version:

Simple and complete React Native testing utilities that encourage good testing practices.

3 lines (2 loc) 119 B
export type TimerType = 'real' | 'fake' | 'fake-legacy'; export declare function setupTimeType(type: TimerType): void;