specter/DEVELOPER.md
2016-04-24 11:10:55 -04:00

13 lines
199 B
Markdown

# Running Clojure tests
```
lein cleantest
```
# Running ClojureScript tests
```
rm -rf out/
rlwrap java -cp `lein classpath` clojure.main repl.clj
(require 'com.rpl.specter.cljs-test-runner)
```