Testing HTTP Requests in Node Using Nock: alligator.io/nodejs/testing… (nock, or “network mock”, is a library for mocking HTTP server requests.)
2
70
181
0
16
@JavaScriptDaily you can also see mocklets.com, it also allows mocking HTTP server requests without any code integration.