(Title was: Have to require "runtime" namespace.)
After upgrading to the latest release of buster-cljs, I've found that I must :require the "runtime" namespace in at least one of my test files, e.g. [buster-cljs.runtime :as bcr]; otherwise, on the compiled JavaScript side of things, an exception is thrown to the effect that buster_cljs is not defined.