clojure-spec

rafalw 2024-01-19T08:55:06.580409Z

Hi, is there a shorter version for something like: (assert (s/valid? ::my-spec x) (s/explain ::my-spec x)) , so if assert 'fails' print message of the explain for this?

rafalw 2024-01-21T08:09:51.892999Z

thanks