summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2021-10-07 17:47:53 +0200
committerGitHub <[email protected]>2021-10-07 17:47:53 +0200
commitc0e3c8d43ae6ca011e4036329ae31115957d1394 (patch)
treef989edf2203b225d407dd53b7bef95a589d6e123 /tests
parent0ad60e90a9b0dd557df10f73bec344e88549a9d7 (diff)
feat(lsp): handle user configuration in setup() (#1707)
Diffstat (limited to 'tests')
-rw-r--r--tests/lsp_spec.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lsp_spec.lua b/tests/lsp_spec.lua
index 1695bdb4..9bd7b96c 100644
--- a/tests/lsp_spec.lua
+++ b/tests/lsp_spec.lua
@@ -79,7 +79,6 @@ a.describe("lsp workflow", function()
local ts_template = utils.join_paths(lvim.lsp.templates_dir, "typescript.lua")
assert.True(utils.file_contains(ts_template, "tsserver"))
- assert.True(utils.file_contains(ts_template, "tailwindcss"))
assert.False(utils.file_contains(ts_template, test_server.name))
end)