refactor(tests): make tests independent from user nvim config
This commit is contained in:
parent
03cabf675c
commit
00d24d8ad6
4 changed files with 38 additions and 6 deletions
2
Makefile
2
Makefile
|
|
@ -8,4 +8,4 @@ lint:
|
|||
selene **/*.lua
|
||||
|
||||
test:
|
||||
nvim --headless -u ./spec/minimal_init.vim -c "PlenaryBustedDirectory spec {minimal_init='./spec/minimal_init.vim'}"
|
||||
nvim --headless -u ./spec/minimal_init.lua -c "PlenaryBustedDirectory spec {minimal_init='./spec/minimal_init.lua'}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue