Support import completion

This commit is contained in:
hrsh7th
2022-01-18 19:17:51 +09:00
parent 682818b211
commit 8fc8d31cf4
4 changed files with 50 additions and 37 deletions

View File

@@ -101,7 +101,7 @@ describe('entry', function()
},
})
assert.are.equal(e:get_vim_item(4).word, '->foo')
assert.are.equal(e:get_filter_text(), '.foo')
assert.are.equal(e:get_filter_text(), 'foo')
end)
it('[typescript-language-server] 1', function()