UNPKG

@testing-library/react-native

Version:

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

3 lines (2 loc) 212 B
import type { ReactTestRenderer, TestRendererOptions } from 'react-test-renderer'; export declare function renderWithAct(component: React.ReactElement, options?: Partial<TestRendererOptions>): ReactTestRenderer;