summaryrefslogtreecommitdiff
path: root/tests/specs/bootstrap_spec.lua
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2022-01-04 09:47:59 +0100
committerGitHub <[email protected]>2022-01-04 12:17:59 +0330
commit60e0e1a8315604665a7f7db2ef78480bac543b21 (patch)
tree067414d598b0feba99b3a3adbe04eea5e7851453 /tests/specs/bootstrap_spec.lua
parenta1557d65de4e79782a5c15df6f8930960585468a (diff)
refactor(settings): add headless-mode settings (#2134)
Diffstat (limited to 'tests/specs/bootstrap_spec.lua')
-rw-r--r--tests/specs/bootstrap_spec.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/specs/bootstrap_spec.lua b/tests/specs/bootstrap_spec.lua
index c86d22d4..b866e4d4 100644
--- a/tests/specs/bootstrap_spec.lua
+++ b/tests/specs/bootstrap_spec.lua
@@ -27,6 +27,7 @@ a.describe("initial start", function()
end)
a.it("should be able to pass basic checkhealth without errors", function()
+ vim.cmd "set cmdheight&"
vim.cmd "checkhealth nvim"
local errmsg = vim.fn.eval "v:errmsg"
local exception = vim.fn.eval "v:exception"