Browse Source

Link to Node.js 8 Nock issue

pull/4/head
Luke Childs 7 years ago
parent
commit
8b93d3a98f
  1. 2
      README.md

2
README.md

@ -12,7 +12,7 @@ A simple interface for creating a preconfigured Express instance listening for b
Ports are chosen at random for HTTP/HTTPS. A self signed certificate is automatically generated, along with an associated CA certificate for you to validate against.
Created because mocking is dirty and can break between Node.js releases. Why mock HTTP requests when you can test locally against a real server in a few lines code?
Created because mocking is dirty and can [break between Node.js releases](https://github.com/node-nock/nock/issues/922). Why mock HTTP requests when you can test locally against a real server in a few lines code?
## Install

Loading…
Cancel
Save