You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the CLJ REPL and Shadow are sharing JVM, RCF tests are enabled at the CLJ repl and Shadow needs to disable JVM RCF tests during incremental builds because :require-macros in a CLJS file will cause the CLJ files to load, running tests if enabled.
The text was updated successfully, but these errors were encountered:
dustingetz
changed the title
Disable RCF in the JVM during CLJS build (in CLJC scenario)
Disable RCF in the JVM during CLJS build (in :require-macros scenario)
Sep 21, 2022
When the CLJ REPL and Shadow are sharing JVM, RCF tests are enabled at the CLJ repl and Shadow needs to disable JVM RCF tests during incremental builds because :require-macros in a CLJS file will cause the CLJ files to load, running tests if enabled.
https://shadow-cljs.github.io/docs/UsersGuide.html#compile-stages
The text was updated successfully, but these errors were encountered: