On Jan 21, 2014, at 15:20, Chas Emerick wrote: > Correct, clojurescript.test only supports phantomjs and phantomjs-compatible > environments (e.g. slimer and derivatives) at the moment. As noted in the > README, runners for other environments (including node.js) are very welcome!
Nikita, Chas, Thanks for the feedback. I understood that there's only a phantomjs runner, but I guess I didn't fathom the full implications. I'll see what I can do with a nodejs runner. Cheers! Michael Glaesemann grzm seespotcode net > > Thanks, > > - Chas > > On Tue 21 Jan 2014 08:57:44 AM EST, Nikita Beloglazov wrote: >> Hi Michael >> >> AFAIK clojurescript.test currently doesn't support node.js out of the box. >> By default it uses phantomjs to run js. You can try to implement your own >> runner for node.js by adapting phantomjs one: >> >> https://github.com/cemerick/clojurescript.test/blob/master/resources/cemerick/cljs/test/runner.js >> >> I have no idea if it is easy or not as I don't know node.js. >> >> Nikita >> > > -- > Note that posts from new members are moderated - please be patient with your > first post. > --- You received this message because you are subscribed to the Google Groups > "ClojureScript" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/clojurescript. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
