u.nvim/.busted
Jonathan Apodaca 315ffc9d67
Some checks failed
NeoVim tests / code-quality (push) Failing after 1m25s
Use nix to create environment for testing
2025-05-19 19:01:06 -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
},
}