ghostwheel

Hassle-free clojure.spec, automatic generative testing, side effect detection, and evaluation tracing for Clojure(-Script) – https://github.com/gnl/ghostwheel
danielgrosse 2018-08-17T23:13:32.000100Z

Hello, I found you're library recently and it looked really interesting. I integrated it into a simple shadow-cljs project, but the examples from your website doesn't work as excpected. I don't see any output in the console, when I add (g/check). Is there a little sample project for shadow-cljs, where I can look into it?

danielgrosse 2018-08-17T23:41:36.000100Z

Ah i have to enable the checks in the config and add (g/check)

👍 1