Back
Geshan Manandhar
Geshan Manandhar
Geshan is an experienced Senior Software Engineer with experience working for companies like Simply Wall Street and The Iconic. He has a Masters in Information Systems Development from the HAN University of Applied Sciences, Arnhem, Netherlands.

Articles by

Geshan Manandhar

Debugging React Testing Library Tests | A Beginner’s Guide in 2024
Debugging React Testing Library Tests | A Beginner’s Guide in 2024

A beginner’s guide to debugging React testing library tests, with a code walkthrough of how to use react-testing-library to debug tests.

How to use Jest spyOn with React.js and Fetch
How to use Jest spyOn with React.js and Fetch

Follow this step-by-step guide on Jest's SpyOn method, with a practical example using React and Fetch. This post also includes a comparison to mocks.

How to Use React Testing Library to Wait for Async Elements | Step-by-Step Guide
How to Use React Testing Library to Wait for Async Elements | Step-by-Step Guide

A guide on how to use React Testing Library's to wait for and test asynchronously loaded elements. Contains code examples and a step-by-step walkthrough.

How to Test a TypeScript App with Jest | A Step-by-Step Tutorial
How to Test a TypeScript App with Jest | A Step-by-Step Tutorial

Automated testing is an important aspect of software engineering. In the JavaScript ecosystem, TypeScript provides an extra layer of assurance with types in JavaScript. For testing, Jest has been the …