UNPKG

@testing-library/jest-dom

Version:

Custom jest matchers to test the state of the DOM

5 lines (3 loc) 122 B
const globals = require('@jest/globals') const extensions = require('./dist/matchers') globals.expect.extend(extensions)