Skip to content

Commit 66502af

Browse files
authored
More README cleanup (#759)
1 parent f1c729d commit 66502af

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ the test suite whenever you save new changes.
3030
$ lein test-refresh
3131
```
3232

33-
## Running the clojurescript tests
33+
## Running the ClojureScript tests
3434

35-
First, make sure you haev node 23 or greater.
35+
First, make sure you have node 23 or greater.
3636

3737
Install the node dependencies:
3838

@@ -52,17 +52,6 @@ Once tests are compiled they can be ran with:
5252
node target/js/node-tests.js
5353
```
5454

55-
## Running the ClojureCLR tests
56-
57-
### Pre-requisites
58-
- [dotnet](https://dotnet.microsoft.com/en-us/download)
59-
- `ClojureCLR`: `dotnet tool install --global Clojure.Main --version 1.12.2`
60-
- `cljr`: `dotnet tool install --global Clojure.Cljr --version 0.1.0-alpha6`
61-
62-
```bash
63-
cljr -X:test
64-
```
65-
6655
### Automated test running during development
6756

6857
If you want to autorun the tests during development run the following:
@@ -86,6 +75,17 @@ separated.
8675
npx nodemon -w target/js taget/js/node-tests.js --test=clojure.core-test.int-questionmark
8776
```
8877

78+
## Running the ClojureCLR tests
79+
80+
### Pre-requisites
81+
- [dotnet](https://dotnet.microsoft.com/en-us/download)
82+
- `ClojureCLR`: `dotnet tool install --global Clojure.Main --version 1.12.2`
83+
- `cljr`: `dotnet tool install --global Clojure.Cljr --version 0.1.0-alpha6`
84+
85+
```bash
86+
cljr -X:test
87+
```
88+
8989
## Babashka Tasks
9090

9191
You can see which Babashka tasks are available with:

0 commit comments

Comments
 (0)