File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ the test suite whenever you save new changes.
30
30
$ lein test-refresh
31
31
```
32
32
33
- ## Running the clojurescript tests
33
+ ## Running the ClojureScript tests
34
34
35
- First, make sure you haev node 23 or greater.
35
+ First, make sure you have node 23 or greater.
36
36
37
37
Install the node dependencies:
38
38
@@ -52,17 +52,6 @@ Once tests are compiled they can be ran with:
52
52
node target/js/node-tests.js
53
53
```
54
54
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
-
66
55
### Automated test running during development
67
56
68
57
If you want to autorun the tests during development run the following:
@@ -86,6 +75,17 @@ separated.
86
75
npx nodemon -w target/js taget/js/node-tests.js --test=clojure.core-test.int-questionmark
87
76
```
88
77
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
+
89
89
## Babashka Tasks
90
90
91
91
You can see which Babashka tasks are available with:
You can’t perform that action at this time.
0 commit comments