About Jest Dom
jest-dom is a companion library for Jest that adds custom DOM-focused matchers to improve readability of frontend tests. It extends assertions for element presence, attributes, visibility, accessibility-related state, and other interface conditions. The library is commonly used with Testing Library in React and other browser-based JavaScript projects to write clearer unit and integration tests for rendered UI.
