UNPKG

@testing-library/jest-dom

Version:

Custom jest matchers to test the state of the DOM

5 lines (3 loc) 103 B
import {expect} from 'vitest' import * as extensions from './dist/matchers' expect.extend(extensions)