I'm having a lot of trouble setting up kaocha. I get the following error:
❯ clojure -Sdeps '{:deps {lambdaisland/kaocha {:mvn/version "1.0.700"}}}' -m kaocha.runner --test-help
Execution error (FileNotFoundException) at kaocha.specs/fn (specs.clj:82).
Could not locate clojure/test/check/generators__init.class, clojure/test/check/generators.clj or clojure/test/check/generators.cljc on classpath.
I get the same error when I put the test alias in deps.edn as well 😢
@watchtheblur I got a similar issue with kaocha at the weekend. I wondered if it was a bug with that specific version. I'm going to try an earlier version tomorrow.