5 lines
102 B
Makefile
5 lines
102 B
Makefile
.PHONE: test
|
|
|
|
test:
|
|
@nvim --headless -c "lua require'plenary'" -c "PlenaryBustedDirectory lua/test/"
|