UNPKG

@testing-library/react-native

Version:

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

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