diff options
| author | Asko Nõmm <asko@bien.ee> | 2022-04-22 22:09:01 +0300 |
|---|---|---|
| committer | Asko Nõmm <asko@bien.ee> | 2022-04-22 22:09:01 +0300 |
| commit | c3cbae915e1858c2e0b4c013205753fd6e1f548e (patch) | |
| tree | fa6b092e5a9a6a84c47ba23d3e9acdb5f480afbe /project.clj | |
| parent | ee7996bcdd2010c314c8efd17372bdbb8d24a8bd (diff) | |
Implement Kaocha
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}) |
