Open gdw2 opened 10 months ago
This implies that the diff-style options are :none and :minimal:
diff-style
:none
:minimal
https://github.com/lambdaisland/kaocha/blob/e9da79061a9773b795939473d9b304f4b367dce7/src/kaocha/report.clj#L259-L267
But the cli help says :none and :deep:
:deep
https://github.com/lambdaisland/kaocha/blob/e9da79061a9773b795939473d9b304f4b367dce7/src/kaocha/runner.clj#L43
Or I'm completely mistaken!
Yes :minimize was recently added for a more compact diff. Looks like we should update the cli runner help doc.
:minimize
This implies that the
diff-style
options are:none
and:minimal
:https://github.com/lambdaisland/kaocha/blob/e9da79061a9773b795939473d9b304f4b367dce7/src/kaocha/report.clj#L259-L267
But the cli help says
:none
and:deep
:https://github.com/lambdaisland/kaocha/blob/e9da79061a9773b795939473d9b304f4b367dce7/src/kaocha/runner.clj#L43
Or I'm completely mistaken!