Skip to content

Commit 359b069

Browse files
committed
docs: update how to run tests
1 parent 3918f17 commit 359b069

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ vim.api.nvim_create_autocmd({ 'VimEnter' }, {
130130

131131
# Development
132132

133-
To run test, run:
133+
To run test, run the following:
134134

135135
```sh
136-
nvim --headless -c 'PlenaryBustedDirectory tests'
136+
nvim --headless -u tests/init.lua -c "PlenaryBustedDirectory tests/ { minimal_init = 'tests/init.lua' }"
137137
```

0 commit comments

Comments
 (0)