Re: [ClojureScript] How do you / would you like to test?

2015-01-27 Thread Colin Fleming
Hi Thomas, For what it's worth, I'm planning to add support for cljs.test to Cursive soon, so then your workflow can be identical to Clojure. The basic model (run one test, fix it, move on, occasionally running all) is also what I do in Clojure. Cheers, Colin On 27 January 2015 at 23:42, Thomas

[ClojureScript] How do you / would you like to test?

2015-01-27 Thread Thomas Heller
Hello everyone, I recently started working in adding support for testing in shadow-build. I have my own testing workflow but wanted to ask how everyone else does it? ClojureScript AND Clojure because I'd like them to be as close as possible. My CLJ workflow is opening a REPL and use Run test