Konrad Mrożek
2024-01-12 cdb7cc02e4041f28e3bd9f0f78cf862f4b63e96f
Disable colors in malli pretty output
1 files modified
2 ■■■■■ changed files
clojure/src/test_runner.clj 2 ●●●●● patch | view | raw | blame | history
clojure/src/test_runner.clj
@@ -114,6 +114,8 @@
        (println "Malli detected. Instrument functions...")
        (require 'malli.dev)
        (require 'malli.dev.pretty)
        (require 'malli.dev.virhe)
        (alter-var-root (get (ns-publics 'malli.dev.virhe) '-color) (constantly (fn [_ body _] [:span body])))
        ((find-var 'malli.dev/start!) {:report ((find-var 'malli.dev.pretty/thrower))}))
      (let [test-namespaces (->> (all-ns)
                                 (mapcat ns-publics)