()
| 378 | |
| 379 | class FakeClient extends EventEmitter { |
| 380 | constructor () { |
| 381 | super() |
| 382 | |
| 383 | this.id = total++ |
| 384 | } |
| 385 | |
| 386 | dispatch (req, handler) { |
| 387 | seen.push({ req, client: this, id: this.id }) |
nothing calls this directly
no outgoing calls
no test coverage detected