This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-08-11
Channels
- # admin-announcements (36)
- # beginners (1)
- # boot (267)
- # cider (19)
- # cljs-dev (12)
- # clojure (149)
- # clojure-austin (4)
- # clojure-canada (1)
- # clojure-czech (3)
- # clojure-dev (31)
- # clojure-japan (2)
- # clojure-uk (22)
- # clojurebridge (3)
- # clojurescript (314)
- # clojutre (18)
- # core-async (8)
- # cursive (4)
- # datascript (1)
- # datomic (27)
- # editors (2)
- # events (80)
- # hoplon (13)
- # javascript (2)
- # jobs (5)
- # ldnclj (12)
- # ldnproclodo (1)
- # off-topic (4)
- # re-frame (21)
- # reagent (87)
- # testing (13)
@nberger: If you wanted you could definitely mount things on the dom if you use the Slimer or Phantom runners. No html needed, doo takes care of that for you
@ricardo: don't hesistate to ask for help to get the basic setup, even if you won't be using doo
@jindrichm: even if you don't pick doo
, look at the scripts. The hard thing about cljs testing is getting all the quircks of the js environments right.
There are some guiding comments on the scripts that show where the dragons are, like "meta charset UTF-8 needed because some libraries like d3 use unicode and not ascii"
@bensu: well, the project I was talking about was from 3 months ago, I don't know if doo was even a baby by that time :)
@bensu but... I'll take the opportunity to thank you for doo... The other day I used it in the port of test.chuck to cljs and it went like a breeze https://github.com/gfredericks/test.chuck/pull/15/files