specter/DEVELOPER.md
Josh Tilles 61f5a0a09a Adapt the test instructions to cljx.
The alias is taken from [the cljx README](20ec61792b (installation)).
2015-10-09 15:08:08 -04:00

215 B

Running Clojure tests

lein cleantest

Running ClojureScript tests

$ rm -rf out/
$ rlwrap java -cp `lein classpath` clojure.main repl.clj
cljs.user=> (require 'com.rpl.specter.cljs-test-runner)