This commit is contained in:
2026-01-21 10:30:07 -05:00
parent a990076b03
commit b14ba33c3a
20 changed files with 3718 additions and 43 deletions
+5 -1
View File
@@ -2,7 +2,11 @@
:deps {org.clojure/clojure {:mvn/version "1.12.0"}
org.clojure/core.async {:mvn/version "1.6.681"}}
:aliases
{:dev {:extra-paths ["examples"]}
{:dev {:extra-paths ["." "test"]}
:test {:extra-paths ["test"]
:extra-deps {io.github.cognitect-labs/test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"}}
:main-opts ["-m" "cognitect.test-runner"]
:exec-fn cognitect.test-runner.api/test}
:counter {:main-opts ["-m" "examples.counter"]}
:timer {:main-opts ["-m" "examples.timer"]}
:list {:main-opts ["-m" "examples.list-selection"]}