Skip to content

Commit 8d133cf

Browse files
authored
Standardize README (#830)
* Standardize README * Fix template example
1 parent 384b8d2 commit 8d133cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ Note: You can also run tests with Babashka tasks. See below.
2020
For a one-off run, you can use the following:
2121

2222
```bash
23-
$ lein test
23+
lein test
2424
```
2525

2626
However, during development, you can use `test-refresh` to automatically re-run
2727
the test suite whenever you save new changes.
2828

2929
```bash
30-
$ lein test-refresh
30+
lein test-refresh
3131
```
3232

3333
## Running the ClojureScript tests
@@ -119,7 +119,7 @@ The test file will look like the following:
119119

120120
```clojure
121121
(ns clojure.core-test.foo
122-
(:require [clojure.test :as t :refer [deftest testing is are]]
122+
(:require [clojure.test :as t :refer [are deftest is testing]]
123123
[clojure.core-test.portability #?(:cljs :refer-macros :default :refer) [when-var-exists]]))
124124

125125
(when-var-exists foo

0 commit comments

Comments
 (0)