diff options
Diffstat (limited to 'project.clj')
| -rw-r--r-- | project.clj | 2 |
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}) |
