Discover best practices and common pitfalls in JavaScript unit testing in this 46-minute conference talk from GOTO Aarhus 2013. Learn how to write readable and maintainable unit tests, avoiding mistakes that can lead to frustration when modifying code later. Explore topics such as test reviews, mock objects, state-based testing, integration tests, and working with popular libraries like jQuery, Backbone, and Knockout. Gain insights on improving test readability, naming conventions, and setup methods. Benefit from the expertise of Roy Osherove, author of "The Art of Unit Testing," as he shares valuable tips for effective JavaScript unit testing.
JS Unit Testing Good Practices & Horrible Mistakes