During this part of the workshop we will get along with Jest - the most popular unit testing framework in the JavaScript world. As a testing framework it allows us opportunity to:
- Run the tests
- Make assertions
- Use helpers to create test handlers (mocks)