hands-free-vim / talon.nvim

Neovim plugin to support Talon Voice and Cursorless
MIT License
4 stars 2 forks source link

Unit tests for talon.nvim #7

Open saidelike opened 5 months ago

saidelike commented 5 months ago

It would be nice to have unit tests to avoid regressions etc. They could be similar to cursorless.nvim since it is also an extension but will be focused on lua (whereas cursorless.nvim is mainly node but also lua, see https://github.com/cursorless-dev/cursorless/issues/2374)

fidgetingbits commented 3 months ago

Actual busted tests cursorless PR https://github.com/saidelike/cursorless/pull/7 for quicker future reference. It would be good to add tests for #8 once we decide what behavior we want.