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
If I change dependencies the dependencies while alt-test is already running – for example by using (set-env! :dependencies ...) via REPL – it does not affect the test runner. This means you have to restart Boot to add a dependency and that is slow.
If I change dependencies the dependencies while alt-test is already running – for example by using
(set-env! :dependencies ...)
via REPL – it does not affect the test runner. This means you have to restart Boot to add a dependency and that is slow.Apparently boot-cljs supports this.
The text was updated successfully, but these errors were encountered: