Might anyone be able to help with a basic shadow-cljs project template that uses kaocha.cljs2 with a node-test target?
I found this, https://github.com/plexus/cljs-test-example
And it works great for the browser even in shadow watch mode (https://github.com/plexus/cljs-test-example/tree/main/shadow-browser-kaocha-cljs2).
So far though I have no success in getting something similar working for node, especially in shadow watch mode.
Please guide.