In this course, you’ll use Behavior Driven Development to write unit tests for your functions with the JavaScript testing framework Mocha.js. Writing unit tests will help you improve your code before you even start writing it. You’ll have fewer problems, and better understand the problems you do have.
What you'll learn
- Different Types of Testing
- Behavior Driven Development
- Mocha and Chai
- Writing Testable Code