File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ Note: You can also run tests with Babashka tasks. See below.
2020For a one-off run, you can use the following:
2121
2222``` bash
23- $ lein test
23+ lein test
2424```
2525
2626However, during development, you can use ` test-refresh ` to automatically re-run
2727the 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
You can’t perform that action at this time.
0 commit comments