cljs.test/test-all-vars

macrosince v0.0-2496 clojure.test/test-all-varsEdit
(test-all-vars [quote ns :as form])

Source docstring:
Calls test-vars on every var with :test metadata interned in the
namespace, with fixtures.
Source code @ clojurescript:src/main/cljs/cljs/test.cljc
(defmacro test-all-vars
  [[quote ns :as form]]
  `(run-block
     (concat (test-all-vars-block ~form)
             [(fn []
                (report {:type :end-test-all-vars :ns ~form}))])))