eugef / node-mocks-http

Mock 'http' objects for testing Express routing functions
Other
753 stars 133 forks source link

Remove unused `net` npm package #176

Closed rouanw closed 5 years ago

rouanw commented 5 years ago

This pull request removes the net npm package from the dependencies.

If you take a closer look, you'll see that all the net npm package does is globalise the net module.

I took a look at the usage of net in node-mocks-http and I can see that it is using the native node net module directly, which means there's no need to install the additional package.