You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/shared/.docs/tests.md
+1-29Lines changed: 1 addition & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
The Clojure exercises on Exercism ship with a `deps.edn` file with a `:test` alias to invoke the [cognitect-labs test-runner](https://github.com/cognitect-labs/test-runner):
6
6
7
7
```bash
8
-
$ clj -X:test
8
+
clj -X:test
9
9
```
10
10
11
11
## Leiningen
@@ -15,31 +15,3 @@ Leiningen can also be used to run the exercise's test by running the following c
15
15
```bash
16
16
lein test
17
17
```
18
-
19
-
## REPL
20
-
21
-
To use the REPL to run the exercise's test, run the following command from the exercise's directory:
22
-
23
-
```bash
24
-
$ clj
25
-
```
26
-
27
-
-or-
28
-
29
-
```bash
30
-
$ lein repl
31
-
```
32
-
33
-
Then `require` the exercise's test namespace and the Clojure test namespace):
0 commit comments