Open
Description
It would be great to see the documentation describe how to write unit tests when the code is written in TS but needing to run in Lua (due to for example dependencies).
I found the following TS definitions for busted (lua unit testing framework) but is this the recommended way to write unit tests?