js.spec
js.spec copied to clipboard
Value generation from specs
This is one of the more interesting features of clojure.spec. Are methods like exercise on the roadmap?
On a related note, what are your thoughts on testcheck-js and how it compares to js.spec?
Yes, it's definitely a cool feature of clojure.spec. I would like to have it in js.spec as well, by using testcheck-js if possible. The "roadmap" is basically this part of the README, so once I have the regex support finished I would look into generators.
Oh, I saw that but for some reason thought that referred to function* ES2015 generators 🤦😅 Sounds good!