Hi all. I'm using Shadow-cljs on a CLJS app. It's my first time trying out ghostwheel. My gspecs in my core namespace are detected and tested on every reload, but no other namespace seems to be detected. Any ideas what I might be doing wrong?
Ah, I hadn't gotten to the tip about passing quoted ns symbols to g/check
My guess would have been ns metadata caching issue, but this works too. 🙂 That requirement is eased in the next version although quoted is still considered the "proper" way.