Jest Roadmap.
Over the past few weeks, I’ve been diving into Jest to use in a company project. To quickly get up to speed with the syntax, I followed this YouTube tutorial.
Afterward, I practiced by writing some code and uploaded it to GitHub. You can check it out here.
In the company project, I wrote a lot of test cases. Whenever I needed a refresher on certain methods, I referred to the React Testing Library (RTL) documentation.
To expand my knowledge further, I explored interview questions on LambdaTest, which introduced me to new topics and concepts. I used Google and ChatGPT to deepen my understanding of these concepts.
Next, I plan to dive deeper into the Jest documentation to further solidify my understanding.