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

12
cp.nvim-scm-1.rockspec Normal file
View file

@ -0,0 +1,12 @@
rockspec_format = '3.0'
package = 'cp.nvim'
version = 'scm-1'
source = { url = 'git://github.com/barrett-ruth/cp.nvim' }
build = { type = 'builtin' }
test_dependencies = {
'lua >= 5.1',
'nlua',
'busted >= 2.1.1',
}