Hi! As far as I known you can have auto-running clojurescript tests during development using only specljs (without karma). I'm using it so in one of my cljs library: https://github.com/funcool/cuerdas/blob/master/project.clj#L16
My two cents. Cheers. Andrey. 2015-01-05 0:23 GMT+01:00 Logan Linn <[email protected]>: > On Sunday, January 4, 2015 2:22:47 AM UTC-8, stephanos wrote: > > Hey there, > > > > I'm using Specljs for testing and would like to use Karma as the test > runner. Did anyone try this already or can point me to an example of it? I > can't seem to find anything about it. > > > > Stephan > > I have recently put together a minimal karma (+ cemerick.cljs.test) setup > with some success. I am really liking Karma and having auto-running > ClojureScript tests during development. I hope to release a library to make > using Karma with ClojureScript projects much easier. > > In the mean time, you can have a look at what I have for a barebones setup: > https://gist.github.com/loganlinn/e23b9565ec013c587583 > > > -- > 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. > -- Andrey Antukh - Андрей Антух - <[email protected]> / <[email protected] > http://www.niwi.be <http://www.niwi.be/page/about/> https://github.com/niwibe -- 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.
