fix testing instructions for cljs
This commit is contained in:
parent
22f0b7e5e1
commit
197dcb07ec
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ lein cleantest
|
||||||
|
|
||||||
```
|
```
|
||||||
rm -rf out/
|
rm -rf out/
|
||||||
|
lein javac
|
||||||
lein cljx
|
lein cljx
|
||||||
rlwrap java -cp `lein classpath` clojure.main repl.clj
|
rlwrap java -cp `lein classpath` clojure.main repl.clj
|
||||||
(require 'com.rpl.specter.cljs-test-runner)
|
(require 'com.rpl.specter.cljs-test-runner)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue