Kent C. Dodds 4/1/2018

Introducing the react-testing-library 🐐

Read Original

The article introduces react-testing-library, a new testing utility for React. It explains the library's goal is to promote better testing practices by avoiding component implementation details. Instead, it focuses on testing the actual DOM, similar to how a user interacts with the application, to provide more confidence in tests. It is positioned as a replacement for Enzyme.

Introducing the react-testing-library 🐐

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week