cp.nvim/.busted
2025-09-18 19:59:07 -04:00

13 lines
183 B
Text

return {
_all = {
coverage = false,
lpath = 'lua/?.lua;lua/?/init.lua',
lua = 'nlua',
},
default = {
verbose = true,
},
tests = {
verbose = true,
},
}