It seems that new tests inside an existing namespace are not run when using lein cljsbuild auto test.
Is it a bug in cljs.test? On Friday, 26 December 2014 19:41:47 UTC+2, Andrew Keedle wrote: > Yehonathan, > Use :test-commands instead of :notify-command. > > See Anna Pawlicka's article: > http://annapawlicka.com/travis-ci-and-clojurescript-tests/ > > Andrew > > On Thursday, 25 December 2014 21:34:46 UTC, Yehonathan Sharvit wrote: > > Hello Andrew, > > > > I'd like to be able to run my cljs test on a continuous integration server. > > For that purpose. I need to get a proper exit code from "lein cljsbuild > > once test" > > > > With your tutorial, > > "lein cljsbuild once test" always return 0. > > > > Is there a way to make the build fail when the tests fail? > > > > On Friday, 19 December 2014 13:31:16 UTC+2, Andrew Keedle wrote: > > > Simple post and sample project about getting started with cljs.test > > > (using phantomjs). > > > > > > http://keeds.github.io/clojurescript/2014/12/19/cljs-test.html -- 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.
