nvim-old
This commit is contained in:
parent
dbba54cfd8
commit
6380f390ea
26 changed files with 2704 additions and 0 deletions
10
nvim-old/README.md
Normal file
10
nvim-old/README.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
how to run tests:
|
||||
first make sure lua, lua rocks, and `luarocks install busted` are all set up.
|
||||
|
||||
then, run:
|
||||
```
|
||||
busted -p test_ lua/tests/
|
||||
```
|
||||
- `-p` means the test files don't need some weird naming convention. I believe it also implies that all my files beging with `test_`
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue