add grouping for test listing entries
This commit is contained in:
@@ -1,2 +1,8 @@
|
||||
vim.opt.runtimepath:append(vim.loop.cwd())
|
||||
local cwd = vim.loop.cwd()
|
||||
vim.opt.runtimepath:append(cwd)
|
||||
package.path = table.concat({
|
||||
cwd .. "/lua/?.lua",
|
||||
cwd .. "/lua/?/init.lua",
|
||||
package.path,
|
||||
}, ";")
|
||||
require("plenary.busted")
|
||||
|
||||
Reference in New Issue
Block a user