Blog
🚀 A blog to document my journey as a software developer
When building an application, have you ever wondered where to start?
Connor Glynn
More Stories
Basics of Jest
In this article, we will cover the very basics of the Jest testing framework. We will start by learning how to install Jest and how to use it to test our project. Then we will discuss the different methods we can use to test such as mocking, stubbing and spying. Lastly, we will summarize what we have learnt and how we can start using TDD (Test Driven Development) within our projects.
Connor Glynn