try to fix the rockspec
This commit is contained in:
parent
8ee64e1eae
commit
4d52c8388b
1 changed files with 6 additions and 0 deletions
|
|
@ -10,3 +10,9 @@ test_dependencies = {
|
|||
'nlua',
|
||||
'busted >= 2.1.1',
|
||||
}
|
||||
|
||||
test = {
|
||||
type = 'command',
|
||||
command = 'nvim',
|
||||
flags = { '-l', 'tests/init.lua' }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue