Wajiha Niazi

Full-stack developer

I'm Wajiha Niazi, a MERN full-stack developer at GitStart. I specialize in building efficient and scalable web applications, with a focus on testing and quality assurance. In my latest article for the GitStart blog, I discuss how to set up Jest testing, a popular JavaScript testing framework. I provide actionable steps for optimizing the testing process and share insights into the benefits of using Jest. With 3 years of experience in the industry, I'm dedicated to learning and sharing my knowledge with the tech community. Outside of work, I enjoy walking and socializing.

Blog Posts

MERN Jest Testing (Part 7)

Global methods are functions that are available to any script as they are not methods of any specific object. You can invoke global methods directly just as you would do with any core JavaScript global functions.

Read Story

MERN Jest Testing (Part 3)

There are many different frameworks for testing JavaScript here we are going to use Jest for testing our doc.

Read Story