有没有简便的方法可以模拟HTTP请求和响应对象进行单元测试中间件?
最佳答案
看来https://github.com/howardabrams/node-mocks-http和https://github.com/vojtajina/node-mocks均可用于创建模拟http.ServerRequest
和http.ServerResponse
对象。
有没有简便的方法可以模拟HTTP请求和响应对象进行单元测试中间件?
最佳答案
看来https://github.com/howardabrams/node-mocks-http和https://github.com/vojtajina/node-mocks均可用于创建模拟http.ServerRequest
和http.ServerResponse
对象。