is there an example somewhere showing how to integrate kaocha-cljs2 into a codebase that already has a bunch of clj/jvm tests?
specifically, how to deal with the addition to tests.edn :tests [{:type :kaocha.type/cljs2}] which bricks the ability for kaocha to find clj/jvm tests
On finding jvm tests, if you set up your tests.edn like that you only have a cljs test suite, add a second suite with just an id, it'll default to clojure.test
thank you sir!
also, although the tests show in the web interface (and it's really cool), the tests can't be found by the command line runner. i see traffic on tunnel when running the cmd line runner, though, and, if i run it while the web tab isn't open yet, it hangs until i do.