We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a869ad commit 025005dCopy full SHA for 025005d
README.md
@@ -29,6 +29,7 @@ the test suite whenever you save new changes.
29
```bash
30
$ lein test-refresh
31
```
32
+
33
## Running the clojurescript tests
34
35
First, make sure you haev node 23 or greater.
@@ -105,7 +106,7 @@ bb new-test clojure.string/includes?
105
106
107
The test file will look like the following:
108
-```
109
+```clojure
110
(ns clojure.core-test.foo
111
(:require [clojure.test :as t :refer [deftest testing is are]]
112
[clojure.core-test.portability #?(:cljs :refer-macros :default :refer) [when-var-exists]]))
@@ -143,4 +144,3 @@ The complete set of conversions of characters to names is:
143
144
- ">" -> "gt"
145
- "=" -> "eq"
146
- "%" -> "percent"))
-
0 commit comments