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.
