feat(test): testing infrastructure
This commit is contained in:
parent
d974567a8d
commit
ae1df3e7a8
9 changed files with 668 additions and 3 deletions
|
|
@ -2,11 +2,29 @@ rockspec_format = '3.0'
|
|||
package = 'fugitive-ts.nvim'
|
||||
version = 'scm-1'
|
||||
|
||||
source = { url = 'git://github.com/barrettruth/fugitive-ts.nvim' }
|
||||
build = { type = 'builtin' }
|
||||
source = {
|
||||
url = 'git+https://github.com/barrettruth/fugitive-ts.nvim.git',
|
||||
}
|
||||
|
||||
description = {
|
||||
summary = 'Treesitter syntax highlighting for vim-fugitive',
|
||||
homepage = 'https://github.com/barrettruth/fugitive-ts.nvim',
|
||||
license = 'MIT',
|
||||
}
|
||||
|
||||
dependencies = {
|
||||
'lua >= 5.1',
|
||||
}
|
||||
|
||||
test_dependencies = {
|
||||
'lua >= 5.1',
|
||||
'nlua',
|
||||
'busted >= 2.1.1',
|
||||
}
|
||||
|
||||
test = {
|
||||
type = 'busted',
|
||||
}
|
||||
|
||||
build = {
|
||||
type = 'builtin',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue