Re: [ClojureScript] Trying to get PhantomJs and ClojureScript.test working

2014-02-16 Thread Joel Holdbrooks
Thanks for the feedback Chas. I've updated the post. -- 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 receivin

Re: [ClojureScript] Trying to get PhantomJs and ClojureScript.test working

2014-02-15 Thread Chris Zheng
Thanks Chas and Joel. Looking forward to trying the new version! Ps. In the meantime... I started writing jasmine tests in javascript and it was very painful. On 16/02/2014, at 4:26, Joel Holdbrooks wrote: > Awesome. I didn't think to use :notify-command. I'll update the post today. > > --

Re: [ClojureScript] Trying to get PhantomJs and ClojureScript.test working

2014-02-15 Thread Joel Holdbrooks
Awesome. I didn't think to use :notify-command. I'll update the post today. -- 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

Re: [ClojureScript] Trying to get PhantomJs and ClojureScript.test working

2014-02-15 Thread Chas Emerick
On 02/15/2014 07:00 AM, Chas Emerick wrote: On 02/14/2014 05:26 PM, Joel Holdbrooks wrote: On Friday, February 14, 2014 12:54:41 PM UTC-8, Chris Zheng wrote: Is there a way of doing autotesting of clojurescript code? I'm using 0.2.2 and when I run lein cljsbuild test, it only seems to test

Re: [ClojureScript] Trying to get PhantomJs and ClojureScript.test working

2014-02-15 Thread Chas Emerick
On 02/14/2014 05:26 PM, Joel Holdbrooks wrote: On Friday, February 14, 2014 12:54:41 PM UTC-8, Chris Zheng wrote: Is there a way of doing autotesting of clojurescript code? I'm using 0.2.2 and when I run lein cljsbuild test, it only seems to test once. My settings are: :cljsbuild {:builds

Re: [ClojureScript] Trying to get PhantomJs and ClojureScript.test working

2014-02-14 Thread Joel Holdbrooks
On Friday, February 14, 2014 12:54:41 PM UTC-8, Chris Zheng wrote: > Is there a way of doing autotesting of clojurescript code? > > I'm using 0.2.2 and when I run lein cljsbuild test, it only seems to test > once. > > My settings are: > > :cljsbuild {:builds [{:source-paths ["src" "test"] >

Re: [ClojureScript] Trying to get PhantomJs and ClojureScript.test working

2014-02-14 Thread Joel Holdbrooks
On Friday, February 14, 2014 12:54:41 PM UTC-8, Chris Zheng wrote: > Is there a way of doing autotesting of clojurescript code? > > I'm using 0.2.2 and when I run lein cljsbuild test, it only seems to test > once. > > My settings are: > > :cljsbuild {:builds [{:source-paths ["src" "test"] >

Re: [ClojureScript] Trying to get PhantomJs and ClojureScript.test working

2014-02-14 Thread Chas Emerick
No, `cljsbuild auto` only compiles. There's a PR for this for v2.x, but I haven't gotten to it yet. https://github.com/emezeske/lein-cljsbuild/pull/222 - Chas On 02/14/2014 03:54 PM, Chris Zheng wrote: Is there a way of doing autotesting of clojurescript code? I'm using 0.2.2 and when I run

Re: [ClojureScript] Trying to get PhantomJs and ClojureScript.test working

2014-02-14 Thread Chris Zheng
Is there a way of doing autotesting of clojurescript code? I'm using 0.2.2 and when I run lein cljsbuild test, it only seems to test once. My settings are: :cljsbuild {:builds [{:source-paths ["src" "test"] :compiler {:output-to "target/cljs/testable.js"