UNPKG

@testing-library/react-hooks

Version:

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

8 lines (6 loc) 174 B
class TimeoutError extends Error { constructor(util: Function, timeout: number) { super(`Timed out in ${util.name} after ${timeout}ms.`) } } export { TimeoutError }