diff options
Diffstat (limited to 'test.lua')
-rw-r--r-- | test.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -86,7 +86,7 @@ local function main() require 'language' 'zh-cn' require 'library'.init() loadDocMetas() - test 'tclient' + --test 'tclient' --config.Lua.intelliSense.searchDepth = 5 --loadDocMetas() @@ -100,7 +100,7 @@ local function main() require 'bee.platform'.OS = 'macOS' testAll() - test 'tclient' + --test 'tclient' --test 'full' |