27. React Unit Testing

React Testing Crash Course by Traversy Media

Unit Testing

The last skill set in the curriculum is unit testing. Unit testing is a critical skill that many often overlook. But not only is writing a unit test easy, but it’s also a valuable skill to add to your resume.

Course Content

  • 0:00 - Brad Intro
    0:55 - Mitchel Intro
    1:24 - Why should you test?
    1:58 - What to test?
    5:48 - Demo app setup
    11:06 - Unit tests
    25:11 - Integration tests
    28:07 - End-to-End tests
    55:56 - Wrap up

Resources

▶️ Traversy Media
🔗 ReactJS Tutorial by W3Schools

Previous
Previous

26. Jest

Next
Next

28. React Portfolio Project