summaryrefslogtreecommitdiff
path: root/test.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-01-17 21:12:15 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-01-17 21:12:15 +0800
commitb6eed1d1f301706f51fc3dcef45f64ae4400eadd (patch)
tree89942f14778c012351a066b89c4dd87ac51ebf83 /test.lua
parentc2d2e7a92461dafab0b3446cd30db67d00eed570 (diff)
downloadlua-language-server-b6eed1d1f301706f51fc3dcef45f64ae4400eadd.zip
stash
Diffstat (limited to 'test.lua')
-rw-r--r--test.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/test.lua b/test.lua
index 3058d24d..dd5f36ba 100644
--- a/test.lua
+++ b/test.lua
@@ -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'