mock-req
mock-req copied to clipboard
Mocks the http.IncomingMessage (request) for Node.js
Results
2
mock-req issues
Sort by
recently updated
recently updated
newest added
Hi, Could you add typescript definition ?
I'm trying to use ``mock-req` Initialization in Unit tests: ``` MockReq = require('mock-req'), var req = new MockReq(); // req.header = function(){} // with this line it does not work...