feat: tests and better vim validate

This commit is contained in:
Barrett Ruth 2026-03-28 15:05:55 -04:00
parent e7dd173bf4
commit 8899838e15
No known key found for this signature in database
GPG key ID: A6C96C9349D2FC81
4 changed files with 451 additions and 3 deletions

View file

@ -16,6 +16,15 @@ dependencies = {
'lua >= 5.1',
}
test_dependencies = {
'nlua',
'busted >= 2.1.1',
}
test = {
type = 'busted',
}
build = {
type = 'builtin',
}