From 4d52c8388b45419e5750354ab38e1d96405dac9d Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Thu, 18 Sep 2025 20:17:35 -0400 Subject: [PATCH] try to fix the rockspec --- cp.nvim-scm-1.rockspec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cp.nvim-scm-1.rockspec b/cp.nvim-scm-1.rockspec index e38d924..247e7f2 100644 --- a/cp.nvim-scm-1.rockspec +++ b/cp.nvim-scm-1.rockspec @@ -10,3 +10,9 @@ test_dependencies = { 'nlua', 'busted >= 2.1.1', } + +test = { + type = 'command', + command = 'nvim', + flags = { '-l', 'tests/init.lua' } +}