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

  • 3:37 - create some basic functions
    21:49 - install axios
    41:07 - test a couple other cases
    51:18 - create a couple simple tests
    54:20 - add an additional script

Resources

▶️ Traversy Media

Previous
Previous

25. React Router

Next
Next

27. React Unit Testing