refactor tests (#23)
* fix: add `nvim-dap` as test dep. fix makefile * refactor(spec): struct_tags
This commit is contained in:
parent
1363d55056
commit
b5c3358521
3 changed files with 22 additions and 24 deletions
2
Makefile
2
Makefile
|
|
@ -8,4 +8,4 @@ lint:
|
|||
selene **/*.lua
|
||||
|
||||
test:
|
||||
nvim --headless -u ./spec/minimal.vim -c "PlenaryBustedDirectory spec {minimal_init='./spec/minimal.vim'}"
|
||||
nvim --headless -u ./spec/minimal_init.vim -c "PlenaryBustedDirectory spec {minimal_init='./spec/minimal_init.vim'}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue