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)
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.
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)