jest

12 articles
Integrating Automated Tests with Azure Pipelines

Run and report automated tests in Azure Pipelines with Jest, Mocha, code coverage publishing, and deployment gates...

19 min read2/14/2026
Test Fixtures and Factories

A practical guide to creating reusable test data with fixtures, factory functions, and builder patterns in Node.js testi...

10 min read2/14/2026
Testing Async Code in Node.js

A practical guide to testing asynchronous code in Node.js covering callbacks, Promises, async/await, event emitters, str...

10 min read2/14/2026
API Testing with Supertest and Jest

A practical guide to testing Express.js REST APIs with Supertest and Jest covering CRUD endpoints, authentication, file ...

11 min read2/14/2026
Mocking and Stubbing: Patterns and Anti-Patterns

A practical guide to mocking and stubbing in Node.js tests covering dependency injection, module mocking, spy patterns, ...

16 min read2/14/2026
Test Automation Frameworks Comparison

A practical comparison of Node.js testing frameworks including Jest, Mocha, Vitest, Ava, and Node's built-in test runner...

11 min read2/14/2026
Unit Testing Strategies for Node.js Applications

A practical guide to unit testing Node.js applications with Jest including test structure, assertions, mocking, async te...

11 min read2/14/2026
CLI Testing Strategies and Frameworks

Complete guide to testing command-line applications built with Node.js, covering unit testing, integration testing, snap...

11 min read2/14/2026
Mocking and Stubbing: Patterns and Anti-Patterns

A practical guide to test doubles in Node.js covering mocks, stubs, spies, and fakes with Jest and Sinon, including comm...

24 min read2/13/2026
Test Automation Frameworks Comparison

An in-depth comparison of Node.js test automation frameworks including Jest, Mocha, Vitest, node:test, and TAP, with sid...

29 min read2/13/2026
Integration Testing Patterns with Express.js

A practical guide to integration testing Express.js APIs with supertest and Jest, covering database setup, authenticatio...

25 min read2/13/2026
Unit Testing Strategies for Node.js Applications

A beginner-friendly guide to unit testing Node.js applications with Jest, covering test structure, mocking, async testin...

27 min read2/13/2026
Powered by Contentful