u.nvim/.busted
Jonathan Apodaca 81ba1bb96b
All checks were successful
NeoVim tests / code-quality (push) Successful in 1m27s
Use nix to create environment for testing
2025-05-19 19:03:24 -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
},
}