specter/DEVELOPER.md
2015-09-24 11:54:20 -05:00

13 lines
210 B
Markdown

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