File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
src/kaocha/type/spec/test Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1010 respected on the initial load, but not after watch reloaded the configuration.
1111- Notifier now reports errors in your notification command instead of silently
1212 failing.
13+ - Fixed ` java.lang.IllegalArgumentException: No matching clause: [] ` exception
14+ when ` :kaocha.spec.test.check/syms ` is a collection.
1315
1416## Changed
1517
Original file line number Diff line number Diff line change 3232 (condp = syms
3333 :all-fdefs (all-fdef-tests check)
3434 :other-fdefs nil ; ; TODO: this requires orchestration from the plugin
35- :else (type.fdef/load-testables check syms))))
35+ ; ; else
36+ (type.fdef/load-testables check syms))))
3637
3738(defn checks [{checks :kaocha.spec.test.check/checks :as testable}]
3839 (let [checks (or checks [{}])]
You can’t perform that action at this time.
0 commit comments