()
| 27 | const assert = require('assert'); |
| 28 | |
| 29 | function getNoResultsFunction() { |
| 30 | return common.mustSucceed((data) => { |
| 31 | assert.deepStrictEqual(data[0], []); |
| 32 | }); |
| 33 | } |
| 34 | |
| 35 | describe('REPL tab completion (core functionality)', () => { |
| 36 | it('does not break with variable declarations without an initialization', () => { |
no outgoing calls
no test coverage detected
searching dependent graphs…