Description
In this course, you will :
- This is a focused, in-depth unit testing course in which we will look at a lot of code and learn how to test it. We'll cover everything from the most basic JavaScript function to ES6 classes and private code testing.
- Learn how to test your code coverage so you know where you stand at all times.
- One of the goals of this course is to teach you how to think about unit testing rather than just the basic syntax or how to invoke an assertion.
- We will go over most of the scenarios you will encounter on a daily basis, as well as address a number of issues and examples that most unit testing courses available online ignore.
Syllabus :
- Mocha, Chai & Setup
- Basics of Testing
- Testing The App
- Test Coverage & Warnings