Intercept and mock outgoing Node.js network TCP connections and HTTP requests for testing. Intercepts and gives you a Net.Socket, Http.IncomingMessage and Http.ServerResponse to test and respond with. Super useful when testing code that hits remote servers.
Prevent failure with node.js 6.4.0 due to https://github.com/nodejs/node/commit/28071a130e2137bd14d0762a25f0ad83b7a28259
The error I ran into looked like this: https://travis-ci.org/assetgraph/assetgraph/jobs/152717292#L357-L372