kickstart.nvim/nvim-old
ldraney 6380f390ea nvim-old 2024-03-24 13:36:25 -06:00
..
config nvim-old 2024-03-24 13:36:25 -06:00
lua nvim-old 2024-03-24 13:36:25 -06:00
README.md nvim-old 2024-03-24 13:36:25 -06:00
init.vim nvim-old 2024-03-24 13:36:25 -06:00
init.vim.orig nvim-old 2024-03-24 13:36:25 -06:00
lua-diagnostics.sh nvim-old 2024-03-24 13:36:25 -06:00

README.md

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_