lazy.nvim/.busted
2025-08-25 12:22:05 -06:00

12 lines
166 B
Text

return {
_all = {
lua = "./tests/bootstrap-busted.sh",
coverage = false,
},
default = {
verbose = true,
},
tests = {
verbose = true,
},
}