Re: [RFC] Testing ClojureScript code with clojurescript.test and Karma

2015-02-11 Thread Mike Thompson
On Wednesday, February 11, 2015 at 6:00:15 AM UTC+11, Kevin Bell wrote: > > We at CircleCI have been running our clojurescript.test tests with Karma > lately, with great results. Easy access to Chrome devtools for unit tests > is great, and it provides great community plugins like junit-formatt

[RFC] Testing ClojureScript code with clojurescript.test and Karma

2015-02-10 Thread Kevin Bell
We at CircleCI have been running our clojurescript.test tests with Karma lately, with great results. Easy access to Chrome devtools for unit tests is great, and it provides great community plugins like junit-formatted xml output (which CircleCI understands). You can read about how it works in o