Skip to content

Commit

Permalink
kaocha set up
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaCrotti committed Mar 30, 2020
1 parent 1fdce38 commit 73bd5e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/kaocha
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

lein kaocha "$@"
clj -A:kaocha "$@"
6 changes: 5 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
:sha "f9a4bc98d79ac61e9c52c99bdeadfaa67cf2e63f"}}
:main-opts ["-m" "carve.main"]}

:kaocha {:extra-deps {lambdaisland/kaocha {:mvn/version "0.0-590"}}}}
:kaocha {:extra-deps {lambdaisland/kaocha {:mvn/version "0.0-590"}
lambdaisland/kaocha-cloverage {:mvn/version "0.0-32"}
lambdaisland/kaocha-junit-xml {:mvn/version "0.0-70"}}
:extra-paths ["test/cljc" "test/clj"]
:main-opts ["-m" "kaocha.runner"]}}

:deps {org.clojure/clojure {:mvn/version "1.10.1"},
cljsjs/moment {:mvn/version "2.24.0-0"},
Expand Down

0 comments on commit 73bd5e0

Please sign in to comment.