UNPKG

@testing-library/react-hooks

Version:

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

4 lines (3 loc) 163 B
import { Act, AsyncUtils } from '../types'; declare function asyncUtils(act: Act, addResolver: (callback: () => void) => void): AsyncUtils; export { asyncUtils };