diff options
Diffstat (limited to 't')
-rw-r--r-- | t/run.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -82,6 +82,9 @@ local tests = { local results = json.decode(io.open("manifest.json", "rb"):read("*all")) assert(#results["remotes"] == 2) assert(#results["addons"] == 2) + end, + ["08_install_many"] = function() + lpm("install encoding gitblame gitstatus language_ts lsp minimap") end } |