We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f721a6e commit f407b30Copy full SHA for f407b30
deps.edn
@@ -38,7 +38,7 @@
38
39
:test-docs {:extra-paths ["target/test-doc-blocks/test"]}
40
41
- ;; koacha for clojure testing
+ ;; kaocha for clojure testing
42
:kaocha {:extra-deps {lambdaisland/kaocha {:mvn/version "1.0.732"}
43
lambdaisland/kaocha-junit-xml {:mvn/version "0.0.76"}
44
lambdaisland/kaocha-cloverage {:mvn/version "1.0.75"}}
tests.edn
@@ -1,4 +1,4 @@
1
-;; koacha config for clj testing
+;; kaocha config for clj testing
2
#kaocha/v1
3
{:tests [#profile {:default {:id :unit
4
:source-paths ["src"]
0 commit comments