summaryrefslogtreecommitdiff
path: root/project.clj
diff options
context:
space:
mode:
authorAsko Nõmm <84135165+askonomm@users.noreply.github.com>2022-04-23 02:43:49 +0300
committerGitHub <noreply@github.com>2022-04-23 02:43:49 +0300
commit70d88384ea788f7b2ad5ebb725762f7d27300504 (patch)
treeb371f12617949daf2b40538ba9a2e4457b657d0f /project.clj
parent059bfa7bd9bfdde0c75646bf1dfc20d23da8a02c (diff)
parentdc921cbe1c786995a8670efd9f5556ee9df064f9 (diff)
Merge pull request #17 from askonomm/16-improve-architecture
Improve architecture
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})