// Type definitions for @testing-library/jest-dom 5.14 // Project: https://github.com/testing-library/jest-dom // Definitions by: Ernesto GarcĂ­a // John Gozde // Seth Macpherson // Andrew Leedham // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // Minimum TypeScript Version: 4.3 /// import { TestingLibraryMatchers } from './matchers'; declare global { namespace jest { interface Matchers extends TestingLibraryMatchers {} } }