Fork me on GitHub
#kaocha
<
2019-05-11
>
Jakub Holý (HolyJak)10:05:02

Also ,shouldn't this

🐟  ./bin/kaocha --watch --fail-fast
E[watch] Fatal error in test run #error {
 :cause throw+: #:kaocha{:fail-fast true}
 :data #:kaocha{:fail-fast true}
 :via
 [{:type clojure.lang.ExceptionInfo
   :message throw+: #:kaocha{:fail-fast true}
   :data #:kaocha{:fail-fast true}
   :at [slingshot.support$stack_trace invoke support.clj 201]}]
provide some information what caused the original error? W/o watch I get
CompilerException: Syntax error reading source at ...
Caused by: java.lang.RuntimeException: failed: (<= 1 days (days-in-month months (leap-year? years)))
which is much more useful