@testing-library/jest-dom releases varied over time. Frequent releases occurred in late 2019 and throughout 2020, with several months having multiple versions. Release frequency slowed significantly from 2021-2023. There was a surge in releases in August 2023 with version 6.0.0 and subsequent versions. Releases have been less frequent in 2024 and 2025.
@testing-library/jest-dom downloads show a consistent upward trend from March 2024 to August 2025, peaking at over 85 million. September 2025 downloads are significantly lower, likely due to incomplete data for the month as today is only September 10th.
@testing-library/jest-dom provides custom Jest matchers that extend Jest and improve testing of React components rendered with React Testing Library. These matchers assert various DOM states, letting you easily verify if elements are visible, have specific content, possess certain attributes, or are enabled/disabled. It simplifies writing legible and maintainable UI tests, focusing on user-centric testing and avoiding implementation details. The package promotes testing the behavior and appearance of components the way users would perceive them, helping you catch regressions and improve the overall quality of your application.