Borkdude, how is your workflow when debugging an issue or creating a feature on squint, you use the repl or keep some sort of test watcher running? Another question I have is what should be tested in each test suite?
I use a very primitive way of developing squint: usually I insert prn stuff and execute snippets from the command line with:
./node_cli --show -e ...What should be tested: broad question, depends on the issue