kaocha-cljs icon indicating copy to clipboard operation
kaocha-cljs copied to clipboard

ClojureScript support for Kaocha

Results 12 kaocha-cljs issues
Sort by recently updated
recently updated
newest added

When running `bin/kaocha :unit-cljs --watch`, every source change launches a new browser window on http://localhost:9000/?rel=xxxxxxx. Is there any way to avoid or configure this behaviour?

Kaocha adds any `:test-paths` to the classpath, so you don't have to, and so that only suites that are being run get added. However ClojureScript does not seem to pick...