Get a concise introduction to Jasmine, the popular behavior-driven testing framework for JavaScript. This practical guide shows you how to write unit tests with Jasmine that automatically check for bugs in your application. If you have JavaScript experience--with knowledge of some advanced features--you'll learn how to write specifications for individual components, and then use those specs to test the code you write. Throughout the book, author...