Fork me on GitHub
#shadow-cljs
<
2018-09-21
>
lilactown22:09:32

hey, I've been trying to get test.check/defspec working and just saw this issue

lilactown22:09:42

is there any work around right now?

thheller22:09:38

yeah copy this but call cljs.test instead of shadow.test

thheller22:09:58

so ct/run-all-tests instead of st/...

thheller22:09:56

must also set (ns ^:dev/always ...) though since its a macro and must always be recompiled to pick up new tests

richiardiandrea23:09:14

I thought Thomas you had already handled :reload in a (require) but i still see:

Circular dependency detected: laputa.event-store.db -> laputa.event-store.db

thheller06:09:19

I have not. I have a pretty big REPL rework in progress. I'll get to it once thats done

👍 4