Re: [ClojureScript] [ANN] Expectations v2.1.1

2015-04-16 Thread Ivan Mikushin
You can get a feel of it just by looking at the 10sec example here: http://jayfields.com/expectations/ -- 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.

[ClojureScript] [ANN] Expectations v2.1.1

2015-04-16 Thread Ivan Mikushin
Expectations v2.1.1 has just been released with support for ClojureScript. Expectations is a Clojure(Script) testing framework where your tests are written in the following manner: (expect 4 (+ 2 2)) Check it out: https://github.com/jaycfields/expectations/blob/master/CHANGELOG.md Cheers ;

Re: [ClojureScript] [ANN] Expectations v2.1.1

2015-04-16 Thread Marc Fawzi
Nice! will definitely check it out How does it compare to what's out there already? On Thu, Apr 16, 2015 at 5:26 AM, Ivan Mikushin i.mikus...@gmail.com wrote: Expectations v2.1.1 has just been released with support for ClojureScript. Expectations is a Clojure(Script) testing framework where

Re: [ClojureScript] [ANN] Expectations v2.1.1

2015-04-16 Thread Ivan Mikushin
Also, expectations colorizes the output, so it looks very nice and highlights important information. As advertized, adding signal, removing noize ;) You can try it for yourself, just by cloning the repo (https://github.com/jaycfields/expectations) and running: lein do clean, cljx, cljsbuild