jamesmacaulay / zelkova

Elm-style FRP for Clojure and ClojureScript
MIT License
403 stars 9 forks source link

Replaced cljx with cljc. #8

Closed bensu closed 9 years ago

bensu commented 9 years ago

cljs tests are passing but lein test runs no tests. Sorry, I thought this was the case in master. I'll update the PR when this issue is resolved.

Hope this helps.

bensu commented 9 years ago

lein doesn't find .cljc test files, which should be solved by #1991

bensu commented 9 years ago

Running the tests with:

 lein repl
 user> (run-tests)

works alright.

jamesmacaulay commented 9 years ago

Thank you, this is very much appreciated!

bensu commented 9 years ago

lein test now works with the latest leiningen (2.5.2)

To get it run lein upgrade

jamesmacaulay commented 9 years ago

nice :+1: