26. Jest
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