tech/webdev magazine

July 4, 2020

How To Test Your React Apps With The React Testing Library

Saturday, July 04, 2020 Teklinks

Testing gives confidence in written code. In the context of this article, ‘testing’ means ‘automated testing’. Without automated testing, it is significantly harder to ensure the quality of a web application of significant complexity. Fails caused by automated testing may lead to more bugs in production. In this article, we’re going to show how React developers can quickly start testing their app with the React Testing Library (RTL).

Full article