This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-08-06
Channels
- # admin-announcements (2)
- # beginners (7)
- # boot (99)
- # cider (2)
- # cljs-dev (50)
- # clojure (58)
- # clojure-austin (3)
- # clojure-australia (9)
- # clojure-berlin (8)
- # clojure-china (1)
- # clojure-dev (15)
- # clojurescript (183)
- # clojutre (2)
- # clr (1)
- # cursive (106)
- # datomic (25)
- # editors (5)
- # incanter (21)
- # ldnclj (47)
- # off-topic (11)
- # om (8)
- # overtone (5)
- # re-frame (28)
- # reagent (12)
- # testing (7)
#testing2015-08-06
>
Hi, what people use as Clojurescript test runner? Custom scripts with cljs.build.api/watch or something like [lein-doo](https://github.com/bensu/doo)?
@nberger: Do you use cljs.build.api/watch in your custom script or something else (such as a Javascript script)?
@jindrichm: I used a javascript script with a base html page, because I wanted to test some react components mounted on the dom. The setup was similar to that of https://github.com/emezeske/lein-cljsbuild/tree/1.0.6/example-projects/advanced