Nock: Detailed Overview & Metrics

v13.5.4(4 months ago)

This package is actively maintained.Types definitions are bundled with the npm packageNumber of direct dependencies: 3Monthly npm downloads

Nock is a powerful HTTP mocking and expectations library for Node.js. It allows you to simulate HTTP requests and responses, making it ideal for testing and mocking API interactions in your applications. With Nock, you can define custom HTTP endpoints, intercept outgoing requests, and set up detailed expectations for request matching and response handling.

Compared to other mocking libraries like Sinon.js or Mockttp, Nock provides a more specialized and focused solution specifically tailored for HTTP mocking. It offers a simple and intuitive API for setting up mocks and assertions, making it a popular choice among developers for testing HTTP interactions.

Alternatives: sinon.js, mockttp, axios-mock-adapter

Tags: node.jshttpmockingtestingapi