Introduction to Test Driven Development with React

Описание к видео Introduction to Test Driven Development with React

In this video we learn how to apply Test Driven Development(TDD) to a react application. TDD is a test first approach. That means you write a failing test first. After the test is written you write the code to make it pass.

We will create an application using TDD and the amazing part is that we will only run the application at the end of the video. We will rely on our unit tests to build a working application!

The testing library that will use is called Testing Library(https://testing-library.com/). When you use npx create react app it comes preloaded.

GitHub
https://github.com/CodingWith-Adam/td...

Комментарии

Информация по комментариям в разработке