Files
lz.n/.busted
2024-08-18 10:40:47 +02:00

13 lines
191 B
Plaintext

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