Intro to Jest
In this section we will focus on leargning the basis of Jest
Some of the things you will learn in this section
- What is Jest
- How to setup Jest
- How to test common scenarios using built-in matchers
- How to extend Jest capabilities with custom matchers
- How to test asyncronous code
- How Jest decides which tests to run and in what order
- How we can use Jest to mock function, modules and timers
Author: Jaga Santagostino