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.
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.