Are there any fancy plugins for testing if a data structure adheres to a clojure.spec?
I can do a s/valid?
but it’s not very informative
No plugins needed.
e.g. you could use s/explain-str
as the “message” for when an assertion using s/valid?
fails — I do this in my project