2015-06-30 23:59:39 +00:00
|
|
|
# Running Clojure tests
|
|
|
|
|
|
2015-07-01 00:00:14 +00:00
|
|
|
```
|
2020-09-14 19:37:16 +00:00
|
|
|
lein do clean, test
|
2015-07-01 00:00:14 +00:00
|
|
|
```
|
2015-06-30 23:59:39 +00:00
|
|
|
|
|
|
|
|
# Running ClojureScript tests
|
|
|
|
|
|
|
|
|
|
```
|
2016-05-26 13:40:33 +00:00
|
|
|
lein javac
|
2017-04-01 08:46:02 +00:00
|
|
|
lein doo node test-build once
|
2015-06-30 23:59:39 +00:00
|
|
|
```
|
2020-10-22 19:02:17 +00:00
|
|
|
|
|
|
|
|
# Running self-hosted ClojureScript tests
|
|
|
|
|
|
|
|
|
|
Clone and `lein install` [test.check](https://github.com/clojure/test.check) so that 0.9.1-SNAPSHOT is installed locally.
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
scripts/test-self-host
|
|
|
|
|
```
|