(...steps)
| 76 | } |
| 77 | |
| 78 | function trajectoryStepsResponse(...steps) { |
| 79 | return Buffer.concat(steps.map(step => writeMessageField(1, step))); |
| 80 | } |
| 81 | |
| 82 | async function withFakeLanguageServer(handler, fn) { |
| 83 | const server = http2.createServer(); |
no test coverage detected