added notes on running tests
This commit is contained in:
parent
9ebb8dfe3b
commit
746f4ea859
1 changed files with 10 additions and 0 deletions
10
DEVELOPER.md
Normal file
10
DEVELOPER.md
Normal 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)
|
||||||
|
```
|
||||||
Loading…
Reference in a new issue