leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
2019-12-03T15:46:24.171500Z

is there a way to run cljs.test tests from 'lein test'?

2019-12-03T15:51:27.172200Z

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

2019-12-03T15:52:05.172900Z

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.

2019-12-03T16:27:22.173400Z

i'm already using shadow-cljs, i think i should just be using that for running cljs tests rather than lein

2019-12-03T16:45:50.173800Z

@nickmbailey I believe there are some shadow-cljs aware lein stuff too

2019-12-03T16:46:12.174400Z

so you could probably have it “call out” to shadow’s cljs test running stuff if it needs to go through lein