()
| 190 | |
| 191 | it.skip('should ignore unsupported attributes while reading headers', () => { |
| 192 | const FakeHeader = function () { } |
| 193 | // Prototypes are currently ignored |
| 194 | // This might change in the future: #181 |
| 195 | FakeHeader.prototype.z = 'fake' |
nothing calls this directly
no outgoing calls
no test coverage detected