1
0
Fork 0
mirror of https://github.com/folke/lazy.nvim.git synced 2025-04-08 08:36:34 +00:00
lazy.nvim/.busted
2024-06-26 14:30:55 +02:00

11 lines
125 B
Text

return {
_all = {
coverage = false,
},
default = {
verbose = true,
},
tests = {
verbose = true,
},
}