UNPKG

@testing-library/react-native

Version:

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

6 lines (5 loc) 283 B
export type MapPropsFunction = (props: Record<string, unknown>) => Record<string, unknown>; /** * Preserve props that are helpful in diagnosing test failures, while stripping rest */ export declare function defaultMapProps(props: Record<string, unknown>): Record<string, unknown>;