added notes on running tests

This commit is contained in:
Nathan Marz 2015-06-30 19:59:39 -04:00
parent 9ebb8dfe3b
commit 746f4ea859

10
DEVELOPER.md Normal file
View file

@ -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)
```