clojure-spec

timo 2021-12-21T11:46:53.277400Z

How do I activate specs in the repl? Running my tests with kaocha fail with spec-validation but in the repl these do not show up. 🤔

pavlosmelissinos 2021-12-21T11:54:53.277500Z

take a look at instrumentation: https://clojure.org/guides/spec#_instrumentation_and_testing

timo 2021-12-21T12:05:29.277700Z

thanks 👍 didn't connect instrument to what I need