diff --git a/DEVELOPER.md b/DEVELOPER.md new file mode 100644 index 0000000..ac83f1d --- /dev/null +++ b/DEVELOPER.md @@ -0,0 +1,10 @@ +# Running Clojure tests + +lein test com.rpl.specter.core-test + +# Running ClojureScript tests + +``` +$ rlwrap java -cp `lein classpath`:cljs.jar clojure.main repl.clj +cljs.user=> (require 'com.rpl.specter.cljs-test-runner) +```