Fix instructions for running tests (#295)
This commit is contained in:
parent
edd7429281
commit
789881b3ad
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# Running Clojure tests
|
# Running Clojure tests
|
||||||
|
|
||||||
```
|
```
|
||||||
lein cleantest
|
lein do clean, test
|
||||||
```
|
```
|
||||||
|
|
||||||
# Running ClojureScript tests
|
# Running ClojureScript tests
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue