26. Jest

Jest Crash Course - Unit Testing in JavaScript 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. I recommend Jest. It’s a JavaScript testing framework maintained by Meta. Use it to write unit tests in JavaScript and understand its importance.

Course Content

Resources

▶️ Traversy Media

Previous
Previous

25. React Router

Next
Next

27. React Unit Testing