Mocking External HTTP Requests in Node Tests with Nock
Testing code that depends on external services and APIs, e.g. the GitHub API, has a variety of challenges. Writing tests that make real HTTP requests to these services may be error-prone due to issues such as network connectivity, API changes, rate l...
Jul 20, 20161 min read6