UNPKG

@loopkit/react

Version:

React TypeScript wrapper for @loopkit/javascript with built-in auto-tracking and comprehensive TypeScript support

14 lines (13 loc) 387 B
import '@testing-library/jest-dom'; declare global { namespace jest { interface Matchers<R> { toBeInTheDocument(): R; toHaveTextContent(text: string | RegExp): R; toBeVisible(): R; toBeDisabled(): R; toHaveAttribute(attr: string, value?: string): R; toHaveClass(className: string): R; } } }