by Jo Cranford
Many web applications make extensive use of JavaScript, yet it is often untested. Jasmine is a BDD framework that can be used to test JavaScript at the unit test level, improving confidence, maintainability and reliability of our JavaScript codebases. It's incredibly easy to set up and use - in this presentation I will demonstrate how to set up Jasmine for a JavaScript codebase and get started writing tests.