aboutsummaryrefslogtreecommitdiffstats
path: root/tests/server_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/server_spec.lua')
-rw-r--r--tests/server_spec.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/server_spec.lua b/tests/server_spec.lua
index 5204fb69..744b4cf8 100644
--- a/tests/server_spec.lua
+++ b/tests/server_spec.lua
@@ -1,12 +1,7 @@
local spy = require "luassert.spy"
-local match = require "luassert.match"
local lsp_installer = require "nvim-lsp-installer"
local server = require "nvim-lsp-installer.server"
local a = require "nvim-lsp-installer.core.async"
-local std = require "nvim-lsp-installer.installers.std"
-local fs = require "nvim-lsp-installer.fs"
-local path = require "nvim-lsp-installer.path"
-local settings = require "nvim-lsp-installer.settings"
describe("server", function()
it(