Week Eleven of Internship
In week eleven of my internship, I focused on learning the fundamentals of unit testing, especially within the React Admin framework. I explored tools like Jest, Babel, and Mocha to understand how each works in different testing environments. I also applied what I learned to parts of a previous project to see how various components behave when isolated and tested properly. Getting Started with Unit Testing I began by learning the structure of unit tests using Jest and React Testing Read more