add testing...

this is very limited right now, but I will expand as I see fit
This commit is contained in:
2025-07-02 03:53:31 -04:00
parent a13d616da5
commit 585f04c745
3 changed files with 25 additions and 0 deletions

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
test:
nvim --headless -c "PlenaryBustedDirectory tests/ {minimal_init = './tests/minit.lua'}"
.PHONY: test