Files
u.nvim/.busted
Jonathan Apodaca 93d7836155
Some checks failed
ci / ci (push) Failing after 3m8s
single file; more tests
2026-04-05 15:54:49 -06:00

13 lines
178 B
Plaintext

return {
_all = {
lpath = "lua/?.lua;lua/?/init.lua",
lua = "nvim -u NONE -i NONE -l",
},
default = {
verbose = true
},
tests = {
verbose = true
},
}