feat(test,ci): testing framework w/ ci integration

This commit is contained in:
Barrett Ruth 2025-09-18 19:53:13 -04:00
parent c91294f4bd
commit e581baccac
6 changed files with 59 additions and 0 deletions

8
.busted Normal file
View file

@ -0,0 +1,8 @@
return {
_all = {
lua = 'nlua',
lpath = 'lua/?.lua;lua/?/init.lua',
helper = 'tests/minimal.lua',
},
default = { verbose = true },
}