This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-12-03
Channels
- # adventofcode (91)
- # announcements (7)
- # aws (3)
- # babashka (69)
- # beginners (46)
- # calva (30)
- # cider (12)
- # clj-kondo (88)
- # cljs-dev (11)
- # cljsrn (1)
- # clojure (195)
- # clojure-dev (21)
- # clojure-europe (2)
- # clojure-italy (13)
- # clojure-nl (56)
- # clojure-spec (4)
- # clojure-sweden (6)
- # clojure-uk (27)
- # clojurescript (179)
- # core-async (2)
- # cryogen (1)
- # cursive (2)
- # data-science (1)
- # datomic (57)
- # fulcro (15)
- # graalvm (9)
- # instaparse (6)
- # joker (18)
- # juxt (9)
- # leiningen (6)
- # off-topic (20)
- # other-languages (10)
- # pathom (5)
- # re-frame (20)
- # reitit (2)
- # rewrite-clj (5)
- # shadow-cljs (78)
- # sql (34)
- # tools-deps (128)
- # uncomplicate (16)
- # vim (6)
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