update cljs testing instructions

This commit is contained in:
nathanmarz 2017-03-10 17:09:21 -05:00
parent 4fb76c01c3
commit cbc6520dbf

View file

@ -7,8 +7,6 @@ lein cleantest
# Running ClojureScript tests
```
rm -rf .cljs_node_repl
lein javac
rlwrap java -cp `lein classpath` clojure.main repl.clj
(require 'com.rpl.specter.cljs-test-runner)
lein doo phantom test-build once
```