Tags

#nodejs

Cover Image for Mastering Node.js Backend Testing with Mocha and Chai

Mastering Node.js Backend Testing with Mocha and Chai

Abhishek Kushwaha

Table of Contents Unit testing is important because it checks small parts of code to make sure they work right...

Cover Image for How to Switch from Jest to Vitest for Better Node.js Testing

How to Switch from Jest to Vitest for Better Node.js Testing

Abhishek Kushwaha

Table of Contents and Vitest are two well-known JavaScript testing frameworks, each with its own strengths. Jest, created by Facebook,...

Cover Image for How to handle Node.js Code Coverage with NYC in Docker Containers

How to handle Node.js Code Coverage with NYC in Docker Containers

Shivam Sourav Jha

Table of Contents There are particular difficulties in getting NYC coverage from Node.js operating in Docker containers. This blog discusses...