update cljs testing instructions
This commit is contained in:
parent
4fb76c01c3
commit
cbc6520dbf
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue