is there a way to run cljs.test tests from 'lein test'?
I believe this project does it, although whether it is the recommended way to set that up, I do not know as it was my first Clojure project that has some Clojure/JVM and ClojureScript code: https://github.com/clojure/core.rrb-vector#useful-leiningen-commands
And I guess it isn't really from a lean test
command, but the one with +cljsbuild
mentioned in the linked part of the README, so perhaps not what you are looking for.
i'm already using shadow-cljs, i think i should just be using that for running cljs tests rather than lein
@nickmbailey I believe there are some shadow-cljs aware lein stuff too
so you could probably have it “call out” to shadow’s cljs test running stuff if it needs to go through lein