Files
u.nvim/.busted
Jonathan Apodaca 71f7ccc472
Some checks failed
ci / ci (push) Failing after 3m8s
single file; more tests
2026-04-05 15:59:40 -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
},
}