diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-01-17 21:12:15 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-01-17 21:12:15 +0800 |
commit | b6eed1d1f301706f51fc3dcef45f64ae4400eadd (patch) | |
tree | 89942f14778c012351a066b89c4dd87ac51ebf83 /test.lua | |
parent | c2d2e7a92461dafab0b3446cd30db67d00eed570 (diff) | |
download | lua-language-server-b6eed1d1f301706f51fc3dcef45f64ae4400eadd.zip |
stash
Diffstat (limited to 'test.lua')
-rw-r--r-- | test.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -86,6 +86,7 @@ local function main() require 'language' 'zh-cn' require 'library'.init() loadDocMetas() + test 'tclient' --config.Lua.intelliSense.searchDepth = 5 --loadDocMetas() @@ -99,7 +100,7 @@ local function main() require 'bee.platform'.OS = 'macOS' testAll() - test 'client' + test 'tclient' --test 'full' |