4/1/21 - 5/1/21

Dependency Injection in TypeScript

In modern programming languages, such as JavaScript and TypeScript, dependency injection (DI) has become a fundamental concept. TypeScript...

santosh 12 Apr, 2021

Mocking- A guide to mock jQuery ajax using Jest

This is my personal favourite tip from the collection. In almost every project, we used an ajax call. Ajax testing is difficult because it ...

santosh 9 Apr, 2021

How to mock jQuery selector and return HTML element using JEST

When you have DOM dependency in your javascript application, you can easily mock the dom elements and return the HTML element. Consider th...

santosh 2 Apr, 2021