cljs.test/test-vars

functionsince v0.0-2496 clojure.test/test-varsEdit
(test-vars vars)

Source docstring:
Groups vars by their namespace and runs test-var on them with
appropriate fixtures assuming they are present in the current
testing environment.
Source code @ clojurescript:src/main/cljs/cljs/test.cljs
(defn test-vars
  [vars]
  (run-block (concat (test-vars-block vars)
                     [(fn []
                        (report {:type :end-test-vars :vars vars}))])))