We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1870238 commit fadebdcCopy full SHA for fadebdc
lua/lazy/minit.lua
@@ -99,6 +99,7 @@ function M.busted.run()
99
if not require("lazy.core.config").headless() then
100
return vim.notify("busted can only run in headless mode. Please run with `nvim -l`", vim.log.levels.WARN)
101
end
102
+ package.path = package.path .. ";" .. vim.uv.cwd() .. "/tests/?.lua"
103
-- run busted
104
return pcall(require("busted.runner"), {
105
standalone = false,
0 commit comments