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
|
# 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)
|
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue