(header)
| 152 | } |
| 153 | |
| 154 | function shouldNotHaveHeader (header) { |
| 155 | return function (res) { |
| 156 | assert.ok(!(header.toLowerCase() in res.headers), 'should not have header ' + header) |
| 157 | } |
| 158 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…