u.nvim/.busted
Jonathan Apodaca d454efa555
All checks were successful
NeoVim tests / code-quality (push) Successful in 1m32s
Use nix for testing environment
2025-05-19 16:33:40 -06:00

14 lines
181 B
Plaintext

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