JavaScript Unit Testing - The Practical Guide

Udemy JavaScript Unit Testing - The Practical Guide

Register & Get access to index
Thank you for the thread Professor.

Course review: Disappointing. If you have never done testing before, then sure it is ok, otherwise it is is just regurgitation of the most basic testing concepts. Even then, the example are so basic that it feels like a the author is trying to make a quick buck through this course. The only positive of this course is that it intruduced me to vitest (it uses vitest instead of jest testing library), which is truly really fast; my 8 service microservices code base went from taking almost a minute to test to under 15 seconds with vitest.