From 9bc6b438a06d03e8a674386763a26603ea154dcc Mon Sep 17 00:00:00 2001 From: Emma Griffin Date: Tue, 25 Nov 2025 12:55:15 -0700 Subject: [PATCH 1/2] Standardize README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b52bf2d..c54acdf 100644 --- a/README.md +++ b/README.md @@ -20,14 +20,14 @@ Note: You can also run tests with Babashka tasks. See below. For a one-off run, you can use the following: ```bash -$ lein test +lein test ``` However, during development, you can use `test-refresh` to automatically re-run the test suite whenever you save new changes. ```bash -$ lein test-refresh +lein test-refresh ``` ## Running the ClojureScript tests From a922360f2d8b9173b56c5dd712b0274dddf0274e Mon Sep 17 00:00:00 2001 From: Emma Griffin Date: Tue, 25 Nov 2025 12:58:35 -0700 Subject: [PATCH 2/2] Fix template example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c54acdf..24a0d99 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ The test file will look like the following: ```clojure (ns clojure.core-test.foo - (:require [clojure.test :as t :refer [deftest testing is are]] + (:require [clojure.test :as t :refer [are deftest is testing]] [clojure.core-test.portability #?(:cljs :refer-macros :default :refer) [when-var-exists]])) (when-var-exists foo