This commit is contained in:
ldraney 2024-03-24 13:36:25 -06:00
parent dbba54cfd8
commit 6380f390ea
26 changed files with 2704 additions and 0 deletions

10
nvim-old/README.md Normal file
View 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_`