diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-11-18 17:18:27 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-11-18 17:18:27 +0800 |
commit | 4a6afbfd9d1ebaac825da84e9e884d27c18344e3 (patch) | |
tree | 6d53ed32a25399c75f36a9a2f8baf83422e39127 /test/hover | |
parent | be7784375a1da83ded98af98ae87d36b2b7f4aa2 (diff) | |
download | lua-language-server-4a6afbfd9d1ebaac825da84e9e884d27c18344e3.zip |
`traceGlobalInject`
Diffstat (limited to 'test/hover')
-rw-r--r-- | test/hover/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/hover/init.lua b/test/hover/init.lua index f56840e9..b3d675bb 100644 --- a/test/hover/init.lua +++ b/test/hover/init.lua @@ -1,6 +1,7 @@ local core = require 'core.hover' local files = require 'files' local catch = require 'catch' +local config = require 'config' rawset(_G, 'TEST', true) |