(line)
| 219 | // \t does not become part of the input when there is a completer function |
| 220 | { |
| 221 | const completer = (line) => [[], line]; |
| 222 | const [rli, fi] = getInterface({ terminal: true, completer }); |
| 223 | rli.on('line', common.mustCall((line) => { |
| 224 | assert.strictEqual(line, 'foo'); |
no outgoing calls
no test coverage detected
searching dependent graphs…