chore(test): fix typo

This commit is contained in:
Lewis Russell 2021-09-25 16:45:06 +01:00
parent 85efb0002b
commit 9853349c47

View File

@ -22,7 +22,7 @@ export VIMRUNTIME=$(PWD)/deps/neovim/runtime
.PHONY: test
test: deps/neovim deps/plenary.nvim
$(INIT_LUAROCKS) deps/neovim/deps/usr/bin/busted \
$(INIT_LUAROCKS) deps/neovim/.deps/usr/bin/busted \
-v \
--lazy \
--helper=$(PWD)/test/preload.lua \