specter/DEVELOPER.md

13 lines
222 B
Markdown
Raw Normal View History

2015-06-30 23:59:39 +00:00
# Running Clojure tests
2015-07-01 00:00:14 +00:00
```
2015-06-30 23:59:39 +00:00
lein test com.rpl.specter.core-test
2015-07-01 00:00:14 +00:00
```
2015-06-30 23:59:39 +00:00
# Running ClojureScript tests
```
$ rlwrap java -cp `lein classpath` clojure.main repl.clj
2015-06-30 23:59:39 +00:00
cljs.user=> (require 'com.rpl.specter.cljs-test-runner)
```