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. 🤔
take a look at instrumentation: https://clojure.org/guides/spec#_instrumentation_and_testing
thanks 👍 didn't connect instrument to what I need