[ClojureScript] Re: ClojureScript To nRepl

2015-09-10 Thread Russell Mull
On Wednesday, September 9, 2015 at 9:05:33 PM UTC-7, Matthew Molloy wrote: > Is anybody aware of a clojurescript nrepl client for connecting to a clojure > repl with node.js? I see https://www.npmjs.com/package/nrepl-client, however > something in clojurescript would be nice. > > Matt I'm usin

Re: [ClojureScript] Re: ANN: ClojureScript 0.0-2496, cljs.test - a clojure.test port

2014-12-24 Thread Russell Mull
jurescript/blob/master/src/clj/cljs/test.clj Russell On Wed, Dec 24, 2014 at 10:13 AM, Yehonathan Sharvit wrote: > What about the 'are' macro? > > > > On Wed, Dec 24, 2014 at 7:38 PM, Russell Mull > wrote: > >> Things that aren't in cljs.test: >

[ClojureScript] Re: ANN: ClojureScript 0.0-2496, cljs.test - a clojure.test port

2014-12-24 Thread Russell Mull
Things that aren't in cljs.test: - with-test - run-tests can take a custom environment parameter. Things that required rebinding a var in clj.test are configured with an entry in the environment. - :reporter, instead of rebinding the report function - :testing-contexts i