UNPKG

@testing-library/react-hooks

Version:

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

4 lines (3 loc) 169 B
declare function suppressErrorOutput(): () => void; declare function enableErrorOutputSuppression(): void; export { enableErrorOutputSuppression, suppressErrorOutput };