Fork me on GitHub
#leiningen
<
2019-12-03
>
nickmbailey15:12:24

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

andy.fingerhut15:12:27

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

andy.fingerhut15:12:05

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.

nickmbailey16:12:22

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

mikerod16:12:50

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

mikerod16:12:12

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