try to fix the rockspec

This commit is contained in:
Barrett Ruth 2025-09-18 20:17:35 -04:00
parent 8ee64e1eae
commit 4d52c8388b

View file

@ -10,3 +10,9 @@ test_dependencies = {
'nlua',
'busted >= 2.1.1',
}
test = {
type = 'command',
command = 'nvim',
flags = { '-l', 'tests/init.lua' }
}