@eraserhd I use cljs.test, lein-doo (w/ phantomjs), and react test utils. Here is an example: https://github.com/reagent-project/reagent-cookbook/tree/master/recipes/test-example-with-ReactTestUtils
@gadfly361 Ooh, this looks pretty instructive.
I saw doo, and got that running. We're using Om.
@eraserhd I got bidi hooked up using Rhino, which meant that phantomjs didn't need installing globally. May or may not help for you.
@dominicm Do you have a DOM?
I see a slight joke if asking if DOMinic has a DOM. 😛
ha
@eraserhd bidi is DOM-less.
Why Rhino, vs. the Java8 JS interpreter (whose name I forget)
?
Because testers may be on Java 7.
Nashorn
Ah.
Yeah. I tried nashorn first.