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 # Running ClojureScript tests
``` ```
rm -rf .cljs_node_repl
lein javac lein javac
rlwrap java -cp `lein classpath` clojure.main repl.clj lein doo phantom test-build once
(require 'com.rpl.specter.cljs-test-runner)
``` ```