Testing with Jest
February 16, 2021 • ☕️ 1 min read
Testing with Jest
Have you ever wondered:
- How to set up Jest?
- What’s the difference between
toBe
andtoEqual
in Jest? - How to use snapshot testing properly?
- What in the world is mocking?
- How to test asynchronous code?
Look no further! Check out this slideshow containing code examples of basic to advanced usages of Jest.