Liking cljdoc? Tell your friends :D

kaocha-midje

Midje integration for Kaocha.

Links

Usage

  • add lambdaisland/kaocha-midje {:mvn/version "0.0-5"} to your dependencies
  • add a test suite with :type :kaocha.type/midje
;; tests.edn
#kaocha/v1
{:tests [{:type :kaocha.type/midje
          :source-paths ["src"]
          :test-paths ["test"]}]}

License

© Arne Brasseur 2018 Available under the terms of the Eclipse Public License 1.0, see LICENSE.txt

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close