Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 448 Bytes

readme.md

File metadata and controls

22 lines (14 loc) · 448 Bytes

Slides

Slides can be accessed by following link

Jest Basics slides

Summary

Following points we have covered in this session

  • Introduction to Jest
  • Installing and configuring Jest
  • Jest test suite in detail
  • Expect Matchers (Built in and custom)
  • Asynchronous testing with Jest
  • Mocking with Jest
  • Introduction to snapshot testing
  • Using Jest with typesript
  • Migration to Jest framework