summaryrefslogtreecommitdiff
path: root/project.clj
diff options
context:
space:
mode:
authorAsko Nõmm <asko@bien.ee>2022-04-22 22:09:01 +0300
committerAsko Nõmm <asko@bien.ee>2022-04-22 22:09:01 +0300
commitc3cbae915e1858c2e0b4c013205753fd6e1f548e (patch)
treefa6b092e5a9a6a84c47ba23d3e9acdb5f480afbe /project.clj
parentee7996bcdd2010c314c8efd17372bdbb8d24a8bd (diff)
Implement Kaocha
Diffstat (limited to 'project.clj')
-rw-r--r--project.clj2
1 files changed, 2 insertions, 0 deletions
diff --git a/project.clj b/project.clj
index 5bbc717..26129a9 100644
--- a/project.clj
+++ b/project.clj
@@ -8,4 +8,6 @@
:dependencies [[org.clojure/clojure "1.11.1"]]
:plugins [[lein-auto "0.1.3"]
[lein-cloverage "1.2.3"]]
+ :profiles {:kaocha {:dependencies [[lambdaisland/kaocha "1.65.1029"]]}}
+ :aliases {"kaocha" ["with-profile" "+kaocha" "run" "-m" "kaocha.runner"]}
:repl-options {:init-ns clarktown.core})