chore: add testing for user commands
This commit is contained in:
parent
cb378a6d8c
commit
264f7897bf
5 changed files with 114 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -5,3 +5,6 @@ lint:
|
|||
|
||||
fmt:
|
||||
stylua --config-path stylua.toml --glob 'lua/**/*.lua' -- lua
|
||||
|
||||
test:
|
||||
nvim --headless --noplugin -u tests/minimal.vim -c "PlenaryBustedDirectory tests/ {minimal_init = 'tests/minimal.vim'}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue