()
| 112 | var req = { url: '', end: function() {} }; |
| 113 | var res = { }; |
| 114 | var next = function() { |
| 115 | throw new Error('Should not call next.'); |
| 116 | }; |
| 117 | |
| 118 | proxy(req, res, next); |
| 119 | test.done(); |
nothing calls this directly
no outgoing calls
no test coverage detected