cljs.test/test-var-block

functionsince v0.0-2814Edit
(test-var-block v)

Source docstring:
Like test-var, but returns a block for further composition and
later execution.
Source code @ clojurescript:src/main/cljs/cljs/test.cljs
(defn test-var-block
  [v]
  (if-let [t (:test (meta v))]
    (test-var-block* v t)))