UNPKG

@testing-library/react-native

Version:

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

6 lines (5 loc) 227 B
import type { TestInstance } from 'test-renderer'; export declare function toContainElement(this: jest.MatcherContext, container: TestInstance, instance: TestInstance | null): { pass: boolean; message: () => string; };