You probably want to run $ script/bootstrap # to set stuff up $ script/test # to test the ClojureScript std lib
IIRC, lein test tests the compiler, which would be why you wouldn’t see your ClojureScript test failing. There is also https://github.com/clojure/clojurescript/wiki/Developers and https://github.com/clojure/clojurescript/wiki/Running-the-tests which will help you get setup. On Sun, Feb 19, 2017 at 5:30 AM Andrea Richiardi <[email protected]> wrote: Wow great, can't wait to see thrt. There are a bunch of launchers in the script folder. This is how I use to run tests. -- 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 https://groups.google.com/group/clojurescript. -- Daniel -- 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 https://groups.google.com/group/clojurescript.
