specter/DEVELOPER.md
2017-03-10 17:09:21 -05:00

12 lines
132 B
Markdown

# Running Clojure tests
```
lein cleantest
```
# Running ClojureScript tests
```
lein javac
lein doo phantom test-build once
```