UNPKG

@testing-library/jest-dom

Version:

Custom jest matchers to test the state of the DOM

16 lines (14 loc) 302 B
import 'vitest' import {type TestingLibraryMatchers} from './matchers' declare module 'vitest' { interface Assertion<T = any> extends TestingLibraryMatchers< any, T > {} interface AsymmetricMatchersContaining extends TestingLibraryMatchers< any, any > {} }