We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c529403 commit 6fa2d00Copy full SHA for 6fa2d00
Makefile
@@ -5,7 +5,7 @@ TEST_DIR := tests/
5
PLUGIN_DIR := lua/
6
7
test:
8
- @nvim --headless -u tests/minimal_init.lua -c "PlenaryBustedDirectory tests/ { minimal_init ='tests/minimal_init.lua'}"
+ @nvim --headless -u tests/minimal_init.lua -c "PlenaryBustedDirectory tests/ {minimal_init ='tests/minimal_init.lua'}"
9
10
lint:
11
luacheck ${PLUGIN_DIR}
0 commit comments