kaocha 2024-05-14

is there a way to tell the kaocha CLI to disable a plugin that is enabled in tests.edn?

Hi, I've set up kaocha in my project, but I'm not seeing pretty-printed diffs, I'm instead getting the

Expected:
  (=
   {:huge "map"}
   result)
Actual:
  (not=
   {:huge "map"}
   {:slightly "different" :huge "map"}
...
output. I get this output with the default #kaocha/v1 config. Can anyone share a good place to start debugging this? Thanks!

Oooh, that'll be nice to have! I too use expectations!

Ok, I'm pretty sure it's because I'm using https://github.com/clojure-expectations/clojure-test. This is apparently supported (https://github.com/lambdaisland/kaocha/issues/23#issuecomment-793375801), so I'll open an issue.