Ok, figured this one out. It was failing due to my use of a specter macro + navigator. I’m not sure how. But somehow this messes up test.check generators. https://github.com/redplanetlabs/specter/wiki/List-of-Macros#select-one
I’m assuming it’s some kind of strange interplay that’s unworkable with Clojurescript’s macro system.