The recent addition of self-host tests also added a couple of warnings when running them with lein cljsbuild once:
lein cljsbuild once
https://github.com/clojure/test.check/commit/51c39a5621b7d0a02fe16b6538b857bf3c5405a4#diff-6f840611f47fc9223e3a8dfa50951179R14
These don't appear when run via script/test-self-host
script/test-self-host
The recent addition of self-host tests also added a couple of warnings when running them with
lein cljsbuild once:https://github.com/clojure/test.check/commit/51c39a5621b7d0a02fe16b6538b857bf3c5405a4#diff-6f840611f47fc9223e3a8dfa50951179R14
These don't appear when run via
script/test-self-host